Explorar el Código

Remove travis link

Miguel de Icaza hace 5 años
padre
commit
b5ba302af4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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: |