diff --git a/src/Sdk/Sdk.csproj b/src/Sdk/Sdk.csproj index d3ad4df5414..505d64d839c 100644 --- a/src/Sdk/Sdk.csproj +++ b/src/Sdk/Sdk.csproj @@ -48,7 +48,7 @@ $(DefineConstants);HAVE_YAML_DOTNET_FORK - + GitHub.DistributedTask.Pipelines.ObjectTemplating.workflow-v1.0.json diff --git a/src/azure-pipelines-vscode-ext/package.json b/src/azure-pipelines-vscode-ext/package.json index 6692b7c8476..5065c67adf4 100644 --- a/src/azure-pipelines-vscode-ext/package.json +++ b/src/azure-pipelines-vscode-ext/package.json @@ -358,7 +358,7 @@ ] }, "scripts": { - "build": "dotnet build ext-core -c Release -o build && npx webpack", + "build": "dotnet build ext-core -p:AZURE_PIPELINES_TOOLS_WORKAROUND=1 -c Release -o build && npx webpack", "test": "npm run build && node ./test/runTest.js" }, "devDependencies": {