diff options
author | crupest <crupest@outlook.com> | 2019-03-29 23:59:04 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-03-29 23:59:04 +0800 |
commit | 88ecaa7f4f82b390cbda838b68121e93f878c299 (patch) | |
tree | f04729630b5025da5c582c5d9c507e13558fa4e5 | |
parent | 00678563e5d04778ef6bd8f659dde5681b108813 (diff) | |
download | cru-88ecaa7f4f82b390cbda838b68121e93f878c299.tar.gz cru-88ecaa7f4f82b390cbda838b68121e93f878c299.tar.bz2 cru-88ecaa7f4f82b390cbda838b68121e93f878c299.zip |
...
-rw-r--r-- | azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7819d469..15b320af 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -40,4 +40,4 @@ jobs: - task: PublishBuildArtifacts@1 inputs: pathToPublish: '$(build.artifactStagingDirectory)' - artifactName: 'executables' + artifactName: 'executables_$(buildPlatform)_$(buildConfiguration)' |