We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0499403 commit 212f942Copy full SHA for 212f942
.azure-pipelines/NetworkValidation.yml
@@ -18,7 +18,7 @@ jobs:
18
displayName: Install Node.js
19
- script: npm install autorest -g
20
displayName: Install autorest
21
- - script: git clone --depth 1 -- https://dev.azure.com/v-anevse/BuildScripts/_git/BuildScripts ..\BuildScripts
+ - script: git clone --depth 1 -- https://dev.azure.com/nrp-swagger/swagger-stack/_git/automation-scripts ..\BuildScripts
22
displayName: Clone build tools
23
- powershell: |
24
$swgrPath = (Get-Item ".\").FullName
0 commit comments