diff options
| author | crupest <crupest@outlook.com> | 2018-11-06 20:00:41 +0800 |
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2018-11-06 20:00:41 +0800 |
| commit | eb160e7de31cfbf1494e692bc8233093b5597b85 (patch) | |
| tree | 6a89c725f1dd89805825161215c5f99464eb1987 | |
| parent | 1e93cde5d254eb21e8cdfb27c51c7488fa39dd60 (diff) | |
| download | cru-eb160e7de31cfbf1494e692bc8233093b5597b85.tar.gz cru-eb160e7de31cfbf1494e692bc8233093b5597b85.tar.bz2 cru-eb160e7de31cfbf1494e692bc8233093b5597b85.zip | |
Update variables.
| -rw-r--r-- | azure-pipelines.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c41d6b43..74a51bea 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -8,8 +8,8 @@ pool: variables: solution: '**/*.sln' - buildPlatform: 'x64' - buildConfiguration: 'Debug' + buildPlatform: 'x86, x64' + buildConfiguration: 'Debug, Release' steps: - task: VSBuild@1 |
