Update to install .NET 6.0
This commit is contained in:
Родитель
2ad29861d5
Коммит
d9e0988203
|
@ -23,7 +23,7 @@ variables:
|
|||
MONO_VERSION_MACOS: 'Latest'
|
||||
MONO_VERSION_LINUX: ''
|
||||
XCODE_VERSION: 12.4
|
||||
DOTNET_VERSION: 3.1.405
|
||||
DOTNET_VERSION: 6.0.100-preview.2.21155.3
|
||||
CONFIGURATION: 'Release'
|
||||
VM_IMAGE_WINDOWS: windows-2019
|
||||
VM_IMAGE_WINDOWS_PREVIOUS: vs2017-win2016
|
||||
|
|
|
@ -15,7 +15,7 @@ parameters:
|
|||
condition: succeeded() # whether or not to run this template
|
||||
shouldPublish: true # whether or not to publish the artifacts
|
||||
configuration: $(CONFIGURATION) # the build configuration
|
||||
buildExternals: '' # the build number to download externals from
|
||||
buildExternals: '4599001' # the build number to download externals from
|
||||
verbosity: $(VERBOSITY) # the level of verbosity to use when building
|
||||
docker: '' # the Docker image to build and use
|
||||
dockerArgs: '' # any additional arguments to pass to docker build
|
||||
|
@ -26,17 +26,17 @@ parameters:
|
|||
installEmsdk: false # whether or not to install the Emscripten SDK
|
||||
|
||||
jobs:
|
||||
# - ${{ if and(ne(parameters.buildExternals, ''), startsWith(parameters.name, 'native_')) }}:
|
||||
# - template: azure-templates-download.yml
|
||||
# parameters:
|
||||
# name: ${{ parameters.name }}
|
||||
# displayName: ${{ parameters.displayName }}
|
||||
# vmImage: ${{ parameters.vmImage }}
|
||||
# condition: ${{ parameters.condition }}
|
||||
# postBuildSteps: ${{ parameters.postBuildSteps }}
|
||||
# buildExternals: ${{ parameters.buildExternals }}
|
||||
- ${{ if and(ne(parameters.buildExternals, ''), startsWith(parameters.name, 'native_')) }}:
|
||||
- template: azure-templates-download.yml
|
||||
parameters:
|
||||
name: ${{ parameters.name }}
|
||||
displayName: ${{ parameters.displayName }}
|
||||
vmImage: ${{ parameters.vmImage }}
|
||||
condition: ${{ parameters.condition }}
|
||||
postBuildSteps: ${{ parameters.postBuildSteps }}
|
||||
buildExternals: ${{ parameters.buildExternals }}
|
||||
|
||||
# - ${{ if or(eq(parameters.buildExternals, ''), not(startsWith(parameters.name, 'native_'))) }}:
|
||||
- ${{ if or(eq(parameters.buildExternals, ''), not(startsWith(parameters.name, 'native_'))) }}:
|
||||
- job: ${{ parameters.name }}
|
||||
displayName: ${{ parameters.displayName }}
|
||||
timeoutInMinutes: 120
|
||||
|
|
Загрузка…
Ссылка в новой задаче