Dropping the deam; added CI trigger on master branch
This commit is contained in:
Родитель
f4d34612f1
Коммит
4aa7f16010
|
@ -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:
|
||||
|
|
Загрузка…
Ссылка в новой задаче