瀏覽代碼

Remove travis link

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