Skip to content

Commit

Permalink
Add temporary SDK install to yml builds
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Cully committed Nov 28, 2023
1 parent 88bd858 commit d946fa6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/pipelines/dotnet-initialize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ parameters:
steps:
- task: NuGetAuthenticate@1
displayName: NuGet Authenticate
- task: UseDotNet@2
displayName: Temporarily install .NET 7 SDK while dual targeting
inputs:
version: "7.0.404"
- task: UseDotNet@2
displayName: Use .NET SDK from global.json
inputs:
Expand Down
6 changes: 5 additions & 1 deletion .github/pipelines/github-semmle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,11 @@ extends:
- checkout: self
clean: true
- task: UseDotNet@2
displayName: Use .NET Core
displayName: Temporarily install .NET 7 SDK while dual targeting
inputs:
version: "7.0.404"
- task: UseDotNet@2
displayName: Use .NET SDK from global.json
inputs:
useGlobalJson: true
- task: securedevelopmentteam.vss-secure-development-tools.build-task-semmle.Semmle@1
Expand Down

0 comments on commit d946fa6

Please sign in to comment.