Skip to content

Commit 96c4f13

Browse files
authored
Merge pull request #158 from Nighteyez07/blue-green-bump-pipeline-dotnet-5-to-6
Bump dotnetSdkVersion from 5.x to 6.x
2 parents 755a581 + 7be83f8 commit 96c4f13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ stages:
1717

1818
variables:
1919
wwwrootDir: 'Tailspin.SpaceGame.Web/wwwroot'
20-
dotnetSdkVersion: '5.x'
20+
dotnetSdkVersion: '6.x'
2121

2222
steps:
2323
- task: UseDotNet@2

0 commit comments

Comments
 (0)