Miguel de Icaza пре 5 година
родитељ
комит
b5ba302af4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      azure-pipelines.yml

+ 1 - 1
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: |