Dropping the deam; added CI trigger on master branch

This commit is contained in:
ddieruf 2019-10-17 10:50:18 -04:00
Родитель f4d34612f1
Коммит 4aa7f16010
1 изменённых файлов: 6 добавлений и 4 удалений

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

@ -3,14 +3,16 @@
# Add steps that run tests, create a NuGet package, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/dotnet-core
trigger:
branches:
include:
- master
pool:
vmImage: 'ubuntu-latest'
steps:
- script: git checkout origin/master
- script: git merge origin/dev
- script: dotnet publish './src/Server/Steeltoe.Server.csproj' --output './publish' --configuration Release --framework netcoreapp3.0
- script: dotnet publish './src/Server/Steeltoe.Server.csproj' --output './publish' --configuration Release --framework netcoreapp3.0 --runtime linux-x64 --self-contained
- task: CopyFiles@2
inputs: