Skip to content

Commit

Permalink
Update job_nuget_ado.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JJBussert committed Nov 20, 2021
1 parent 4a2dc36 commit 26881bb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion build/templates/job_nuget_ado.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ parameters:
- name: project
type: string

#Your build pipeline references an undefined variable named ‘$env:SYSTEM_ACCESSTOKEN’. Create or edit the build pipeline for this YAML file, define the variable on the Variables tab. See https://go.microsoft.com/fwlink/?linkid=865972
#Your build pipeline references an undefined variable named ‘$env:SYSTEM_ACCESSTOKEN’. Create or edit the build pipeline for this YAML file, define the variable on the Variables tab. See https://go.microsoft.com/fwlink/?linkid=865972

jobs:
- job: check${{ parameters.name }}
Expand Down Expand Up @@ -72,6 +72,12 @@ jobs:
env:
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
- task: UseDotNet@2
displayName: 'Use .Net Core sdk 6.x'
inputs:
version: 6.x
includePreviewVersions: true

- task: DotNetCoreCLI@2
displayName: dotnetcore Restore
inputs:
Expand Down

0 comments on commit 26881bb

Please sign in to comment.