Skip to content

Commit

Permalink
simplify the default job yml
Browse files Browse the repository at this point in the history
  • Loading branch information
david-driscoll committed Jul 4, 2019
1 parent a6975c6 commit 867e8f7
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,14 @@ resources:
endpoint: github

variables:
CONFIGURATION: Release
VERBOSITY: Normal
DOTNETVERSION: "2.2.300"
DOTNET3VERSION: "3.0.100-preview6-012264"
NUGETVERSION: "5.1.0"
COVERAGE: "$(Agent.BuildDirectory)/c"
ARTIFACTS: $(Build.ArtifactStagingDirectory)
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: "true"
CodeCovToken: '7dfeb756-b27e-47ec-8906-a349cf7e0688'

jobs:
- template: pipeline/nuke.yml@rsg
parameters:
Configuration: $(Configuration)
Verbosity: $(Verbosity)
DotNetVersion: $(DotNetVersion)
DotNet3Version: $(DotNet3Version)
NuGetVersion: $(NuGetVersion)
Configuration: Release
Verbosity: Normal
DotNetVersion: "2.2.300"
DotNet3Version: "3.0.100-preview6-012264"
NuGetVersion: "5.1.0"

0 comments on commit 867e8f7

Please sign in to comment.