We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01c340b commit 5efdf01Copy full SHA for 5efdf01
azure-pipelines.yml
@@ -152,7 +152,7 @@ jobs:
152
LATEST_TAG=$(curl https://api.github.com/repos/Azure/azure-functions-python-worker/tags -s | jq '.[0].name' | sed 's/\"//g' | cut -d'.' -f-2)
153
NUSPEC="pack\Microsoft.Azure.Functions.V4.PythonWorker.nuspec"
154
# Only required for Integration Test. Version number contains date (e.g. 3.1.2.20211028-dev)
155
- WKVERSION="4.$LATEST_TAG-$(BUILD_BUILDID)-TEST"
+ WKVERSION="3.$LATEST_TAG-$(BUILD_BUILDID)-TEST"
156
echo "No Matching Release Tag For $BUILD_SOURCEBRANCH"
157
fi
158
0 commit comments