Sfoglia il codice sorgente

Remove travis link

Miguel de Icaza 5 anni fa
parent
commit
b5ba302af4
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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: |