Skip to content

Commit

Permalink
Use dotnet 6 before signing (#1274)
Browse files Browse the repository at this point in the history
* Use dotnet 6 before signing

* fix indenting
  • Loading branch information
manodasanW authored Nov 15, 2022
1 parent d987b48 commit 7712e7c
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ stages:
inputs:
versionSpec: 5.3

# Use .NET Core SDK 6
- task: UseDotNet@2
displayName: Use .NET Core SDK 6
inputs:
version: 6.x

# Component Detection
- task: ComponentGovernanceComponentDetection@0
displayName: Component Detection
Expand Down Expand Up @@ -272,4 +278,4 @@ stages:
SearchPattern: '**/*.pdb'
IndexSources: false
SymbolServerType: TeamServices
SymbolsProduct: C#/WinRT
SymbolsProduct: C#/WinRT

0 comments on commit 7712e7c

Please sign in to comment.