diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3ccc9a2ac..1ec952ef5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -9,6 +9,9 @@ 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>.*${BUILD_SOURCEBRANCHNAME}