From 352a3c86d3fbf6b5127d57c3c426c4125278cbc2 Mon Sep 17 00:00:00 2001 From: Anton Evseev Date: Mon, 18 May 2020 08:49:34 +0300 Subject: [PATCH] Change NRP repo for validation scripts (#9394) --- .azure-pipelines/NetworkValidation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/NetworkValidation.yml b/.azure-pipelines/NetworkValidation.yml index 17784464b8c9..8b3ed7dd40c0 100644 --- a/.azure-pipelines/NetworkValidation.yml +++ b/.azure-pipelines/NetworkValidation.yml @@ -18,7 +18,7 @@ jobs: displayName: Install Node.js - script: npm install autorest -g displayName: Install autorest - - 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 displayName: Clone build tools - powershell: | $swgrPath = (Get-Item ".\").FullName