diff --git a/.pipelines/npm/npm-cyc-win-tests-latest-release.yaml b/.pipelines/npm/npm-cyc-win-tests-latest-release.yaml index 9290c7c562..37972ba634 100644 --- a/.pipelines/npm/npm-cyc-win-tests-latest-release.yaml +++ b/.pipelines/npm/npm-cyc-win-tests-latest-release.yaml @@ -73,7 +73,7 @@ jobs: az feature register --namespace Microsoft.ContainerService --name AKSWindows2022Preview az provider register -n Microsoft.ContainerService - export CLUSTER_NAME=$(RESOURCE_GROUP)-$(PROFILE) + export CLUSTER_NAME=$(RESOURCE_GROUP) echo "Creating resource group named $CLUSTER_NAME" az group create --name $CLUSTER_NAME -l $(LOCATION) -o table diff --git a/Makefile b/Makefile index 7ed48a089c..b7c99e333e 100644 --- a/Makefile +++ b/Makefile @@ -368,7 +368,7 @@ npm-image-windows: ## build the npm container windows image. $(MKDIR) $(IMAGE_DIR); docker build \ --no-cache \ - -f cns/windows.Dockerfile \ + -f npm/windows.Dockerfile \ -t $(IMAGE_REGISTRY)/$(NPM_IMAGE)-win:$(NPM_PLATFORM_TAG) \ --build-arg VERSION=$(NPM_VERSION) \ --build-arg NPM_AI_PATH=$(NPM_AI_PATH) \