diff --git a/azure-pipelines.yml b/azure-pipelines.yml index dfbff07bf..6f46f764a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -6,7 +6,7 @@ variables: steps: - script: | - msbuild /t:Restore $TRAVIS_BUILD_DIR/Terminal.sln + msbuild /t:Restore Terminal.sln displayName: Restore dependencies - script: |