Update Azure pipeline to .net 3.1

This commit is contained in:
David Dieruf 2020-01-13 13:52:40 -05:00
Родитель 11444fc68e
Коммит 5a26da1010
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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: