浏览代码

Run nuget restore, hoping to fix the build issue

Miguel de Icaza 5 年之前
父节点
当前提交
025b3b81ec
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      azure-pipelines.yml

+ 4 - 0
azure-pipelines.yml

@@ -9,6 +9,10 @@ steps:
     msbuild /t:Restore Terminal.sln
   displayName: Restore dependencies
 
+- script: |
+    nuget restore
+  displayName: Nuget restore
+
 - script: |
     if echo $BUILD_SOURCEBRANCH | grep /release/; then perl -pi -e "s/PackageVersion>.*</PackageVersion>${BUILD_SOURCEBRANCHNAME}</" Terminal.Gui/Terminal.Gui.csproj; fi
   displayName: Update NuGet package version from branch name