Skip to content
This repository was archived by the owner on Nov 19, 2019. It is now read-only.

Commit 9f841e5

Browse files
committed
Avoid conflicting tags in pipelines.yml files
1 parent 1824ca3 commit 9f841e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
inputs:
2020
gitHubConnection: github-release
2121
tagSource: manual
22-
tag: $(Build.BuildNumber)
22+
tag: $(Build.BuildNumber).linux
2323
assets: |
2424
$(Build.ArtifactStagingDirectory)/*

mac-azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
inputs:
2020
gitHubConnection: github-release
2121
tagSource: manual
22-
tag: $(Build.BuildNumber)
22+
tag: $(Build.BuildNumber).mac
2323
assets: |
2424
$(Build.ArtifactStagingDirectory)/*

0 commit comments

Comments
 (0)