Skip to content

Commit b6ed708

Browse files
Set releaseTag to '0.0.0.0' for testing purposes
Co-authored-by: turbobobbytraykov <[email protected]>
1 parent 84829ff commit b6ed708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines/build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ variables:
2727
- name: buildConfiguration
2828
value: Release
2929
- name: releaseTag
30-
value: $(Build.SourceBranchName)
30+
value: '0.0.0.0'
3131

3232
stages:
3333
- stage: BuildAndPublish

0 commit comments

Comments
 (0)