diff options
author | crupest <crupest@outlook.com> | 2019-03-28 20:17:03 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-03-28 20:17:03 +0800 |
commit | 32314dd3d9aa01f929ee6d158d6f6ac2e0e22ed5 (patch) | |
tree | c0a5829e63f11b4b2f223bdf3f53a201cecbe0b4 /azure-pipelines.yml | |
parent | 8199bbb3130812e5c8fac6254de6971ef6b9c17e (diff) | |
download | cru-32314dd3d9aa01f929ee6d158d6f6ac2e0e22ed5.tar.gz cru-32314dd3d9aa01f929ee6d158d6f6ac2e0e22ed5.tar.bz2 cru-32314dd3d9aa01f929ee6d158d6f6ac2e0e22ed5.zip |
...
Diffstat (limited to 'azure-pipelines.yml')
-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 21ae7aaa..a9338a78 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,7 +21,7 @@ jobs: buildConfiguration: 'Release' steps: - - script: py -3 tools\build.py -a $(buildPlatform) -c $(buildConfiguration) -e Enterprise + - script: py -3 tools\build.py -a $(buildPlatform) -c $(buildConfiguration) - task: CopyFiles@2 inputs: |