Skip to content

Commit

Permalink
Merge branch 'master' into user/tst/idesscd-export
Browse files Browse the repository at this point in the history
  • Loading branch information
TSchmiedlechner authored May 16, 2020
2 parents e05113f + 01b1391 commit 85b281f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,11 @@ jobs:
mode: 'Multi'
semverVersion: 'v1'

- powershell: |
$nugetFeed = if ($Env:BUILD_SOURCEBRANCH.StartsWith("refs/heads/release/") -or $Env:BUILD_SOURCEBRANCH.StartsWith("refs/tags/v")) { "release" } else { "dev" }
Write-Host "##vso[task.setvariable variable=NuGetFeed;]$nugetFeed"
displayName: Set NuGet feed
- task: DotNetCoreCLI@2
displayName: Restore
inputs:
command: restore
projects: '**/*.csproj'
vstsFeed: $(NuGetFeed)

- task: DotNetCoreCLI@2
displayName: Build
Expand Down

0 comments on commit 85b281f

Please sign in to comment.