Skip to content

Commit 8823738

Browse files
committed
Update build pipeline to use dotnet 7.
1 parent 8e7c92e commit 8823738

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ parameters:
77
default: false
88

99
variables:
10-
dotnetVersion: 6.x
10+
dotnetVersion: 7.x
1111
solution: Umbraco.Deploy.Contrib.sln
1212
buildConfiguration: Release
1313
DOTNET_NOLOGO: true
@@ -34,6 +34,7 @@ stages:
3434
inputs:
3535
version: $(dotnetVersion)
3636
performMultiLevelLookup: true
37+
allowPrerelease: true
3738

3839
# Cache and restore NuGet packages
3940
- task: Cache@2

0 commit comments

Comments
 (0)