diff --git a/sdk/messaging/azservicebus/internal/stress/buildstress.bat b/sdk/messaging/azservicebus/internal/stress/buildstress.bat deleted file mode 100644 index c13d09627b31..000000000000 --- a/sdk/messaging/azservicebus/internal/stress/buildstress.bat +++ /dev/null @@ -1,20 +0,0 @@ -set GOOS=linux -set GOARCH=amd64 - -IMAGE_NAME="stresstestregistry.azurecr.io//gosbtest:latest" - -pushd .. -go build -o ./stress/stress ./stress -if errorlevel 1 goto :EOF -popd - -call az acr login -n stresstestregistry -if errorlevel 1 goto :EOF - -call docker build . -t %IMAGE_NAME% -if errorlevel 1 goto :EOF - -call docker push %IMAGE_NAME% -if errorlevel 1 goto :EOF - -kubectl replace -f job.yaml --force \ No newline at end of file