Parcourir la source

Run nuget restore, hoping to fix the build issue

Miguel de Icaza il y a 5 ans
Parent
commit
025b3b81ec
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  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