Skip to content

Commit

Permalink
Update Release Build
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelstaib committed Oct 1, 2019
1 parent e80ec95 commit 524a6ef
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions release-build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
trigger:
tags:
include:
- '*'
branches:
exclude:
- '*'
- refs/tags/*

name: $(SourceBranchName)_$(Date:yyyyMMdd)$(Rev:.r)

Expand All @@ -16,11 +11,13 @@ variables:

steps:
- task: UseDotNet@2
displayName: 'Install .NET Core SDK'
displayName: "Use .Net Core SDK global.json"
inputs:
packageType: sdk
version: 2.2.401
installationPath: $(Agent.ToolsDirectory)/dotnet
useGlobalJson: true
- task: UseDotNet@2
displayName: "Use .Net Core SDK 2.1.801"
inputs:
version: 2.1.801
- bash: ./build.sh -target=sonar
env:
Sonar_Token: $(Sonar_Token)
Expand Down

0 comments on commit 524a6ef

Please sign in to comment.