Update Azure pipeline to .net 3.1
This commit is contained in:
Родитель
11444fc68e
Коммит
5a26da1010
|
@ -6,7 +6,7 @@ pool:
|
|||
vmImage: 'ubuntu-latest'
|
||||
|
||||
steps:
|
||||
- script: dotnet publish './src/Server/Steeltoe.Server.csproj' --output './publish' --configuration Release --framework netcoreapp3.0 --runtime linux-x64 --self-contained
|
||||
- script: dotnet publish './src/Server/Steeltoe.Server.csproj' --output './publish' --configuration Release --framework netcoreapp3.1 --runtime linux-x64 --self-contained
|
||||
|
||||
- task: CopyFiles@2
|
||||
inputs:
|
||||
|
|
Загрузка…
Ссылка в новой задаче