Skip to content

Commit

Permalink
chore: Bump to latest 6.0.100-preview.6.21355.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Jul 15, 2021
1 parent 3eee094 commit b0db479
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build/ci/templates/dotnet6-install-mac.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
parameters:
DotNetVersion: '6.0.0-preview.6.21352.12'
DotNetVersion: '6.0.100-preview.6.21355.2'
MauiCheck_Version: '0.6.1'
MauiCheck_Manifest: 'https://raw.githubusercontent.com/Redth/dotnet-maui-check/main/manifests/maui-preview.manifest.json'
Dotnet_Root: '/usr/local/share/dotnet/'
Expand Down
7 changes: 4 additions & 3 deletions build/ci/templates/dotnet6-install-windows.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
parameters:
DotNetVersion: '6.0.0-preview.6.21352.12'
DotNetVersion: '6.0.100-preview.6.21355.2'
MauiCheck_Version: '0.6.1'
MauiCheck_Manifest: 'https://raw.githubusercontent.com/Redth/dotnet-maui-check/main/manifests/maui-preview.manifest.json'

Expand All @@ -16,6 +16,7 @@ steps:
- powershell: |
& dotnet tool update --global redth.net.maui.check --version ${{ parameters.MauiCheck_Version }} --add-source https://api.nuget.org/v3/index.json
& maui-check --ci --non-interactive --fix --skip androidsdk --skip xcode --skip vswin --skip vsmac --manifest ${{ parameters.Manifest }}
& maui-check --ci --non-interactive --fix --skip androidsdk --skip xcode --skip vswin --skip vsmac --manifest ${{ parameters.MauiCheck_Manifest }}
displayName: Install .NET 6 Workloads
errorActionPreference: stop
errorActionPreference: continue
ignoreLASTEXITCODE: true
2 changes: 1 addition & 1 deletion build/global-net6.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Xamarin.Legacy.Sdk": "0.1.0-alpha2"
},
"sdk": {
"version": "6.0.100-preview.3.21202.5",
"version": "6.0.100-preview.6.21355.2",
"rollForward": "disable",
"allowPrerelease": true
}
Expand Down
2 changes: 1 addition & 1 deletion src/global-net6.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Xamarin.Legacy.Sdk": "0.1.0-alpha2"
},
"sdk": {
"version": "6.0.0-preview.6.21352.12",
"version": "6.0.100-preview.6.21355.2",
"rollForward": "disable",
"allowPrerelease": true
}
Expand Down

0 comments on commit b0db479

Please sign in to comment.