Skip to content

Commit 5efdf01

Browse files
committed
reverting the changes.
1 parent 01c340b commit 5efdf01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
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)
153153
NUSPEC="pack\Microsoft.Azure.Functions.V4.PythonWorker.nuspec"
154154
# Only required for Integration Test. Version number contains date (e.g. 3.1.2.20211028-dev)
155-
WKVERSION="4.$LATEST_TAG-$(BUILD_BUILDID)-TEST"
155+
WKVERSION="3.$LATEST_TAG-$(BUILD_BUILDID)-TEST"
156156
echo "No Matching Release Tag For $BUILD_SOURCEBRANCH"
157157
fi
158158

0 commit comments

Comments
 (0)