maui/global.json

10 строки
147 B
JSON
Исходник Обычный вид История

{
[ci] Allow to build agains internal sdks (#4591) (#4624) * [ci] setup internal .NET builds Context: https://github.com/xamarin/xamarin-android-private/commit/5c8a5432fa20e26926caee470ed3391010d33a93 To consume private .NET 6 builds we need two parts: 1. Run `SetupNugetSources.ps1` with credentials to update the `NuGet.config` file to private feeds. 2. Run `dotnet-install.ps1/sh` with `--azure-feed` and `--feed-credential`. To do this we need the variable groups: # SetupNugetSources - group: AzureDevOps-Artifact-Feeds-Pats # dotnet-install - group: DotNet-MSRC-Storage * Fix empty parameter * Bump to .NET SDK 6.0.100-rc.2.21478.25 * Add "tools" to global.json * Setup dotnet-install.ps1/sh * Fixes for $DOTNET_TOKEN * More fixes * Update DotNet.csproj * Try script type variable syntax * Update version * Bump sdk version * Update DotNet.csproj * use dotnetbuilds-internal-container-uri * Fix variable * use dotnetbuilds-internal-container-read-token * Push more changes to $(dotnetbuilds-internal-container-read-token) * test again * Remove AOT * try this * Revert "Remove AOT" This reverts commit 28b9e6aca4e232831cc5bc198fd2b5225aaedbd0. * Update tools.ps1 * Try not use sources * Update global.json * Revert "Update global.json" This reverts commit 1bc350aac6ebd760a14b3799ba133c7c693a4a8d. * Revert "Try not use sources" This reverts commit 3528400cd50da602e2d60cf43198baf5cbd15899. * Skip dotnet6-internal-transport for workload sources * Revert "Revert "Try not use sources"" This reverts commit 704369edf324696a5122f95b15cfbfa7676dd2e8. * Remove souces from Install target * Revert "Remove souces from Install target" This reverts commit 4337163ee98a315bafade7291e8bc9ee307e3f1e. * Try speciy packages path on nuget.config * Don't use full path * Try use --configfile * Revert "Try use --configfile" This reverts commit d4983c021f0166d82a87c9ee27615a00bd4542c9. * Try add source from exec command * Fix when no token exists * Try fix condition to run private build * Fix yaml * Revert not needed change * Copy nuget.config file to other location * Fix Copy task * Fix command * Remove _ReadAllNuGetSources and specify configfile * [ci] Agent-Cleanser: Ensure .NET cleansing is turned on (#4595) * Agent-Cleanser: Ensure .NET cleansing is turned on * Revise Agent-Cleanser comment explaining why CleanseAgentToolsDotNet is being set * [ci] Add agent cleaner to device tests (#4618) * [ci] Add agent cleaner to device tests * Fix yaml * Add cleanup to device steps * [ci] Pass variables to dotnet install on device tests * Fix get pool name Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com> Co-authored-by: Peter Collins <pecolli@microsoft.com> Co-authored-by: Matthew Leibowitz <mattleibow@live.com> Co-authored-by: Mike Bond <mjbond-msft@outlook.com> Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com> Co-authored-by: Peter Collins <pecolli@microsoft.com> Co-authored-by: Matthew Leibowitz <mattleibow@live.com> Co-authored-by: Mike Bond <mjbond-msft@outlook.com>
2022-02-11 12:57:09 +03:00
"tools": {
"dotnet": "7.0.203"
[ci] Allow to build agains internal sdks (#4591) (#4624) * [ci] setup internal .NET builds Context: https://github.com/xamarin/xamarin-android-private/commit/5c8a5432fa20e26926caee470ed3391010d33a93 To consume private .NET 6 builds we need two parts: 1. Run `SetupNugetSources.ps1` with credentials to update the `NuGet.config` file to private feeds. 2. Run `dotnet-install.ps1/sh` with `--azure-feed` and `--feed-credential`. To do this we need the variable groups: # SetupNugetSources - group: AzureDevOps-Artifact-Feeds-Pats # dotnet-install - group: DotNet-MSRC-Storage * Fix empty parameter * Bump to .NET SDK 6.0.100-rc.2.21478.25 * Add "tools" to global.json * Setup dotnet-install.ps1/sh * Fixes for $DOTNET_TOKEN * More fixes * Update DotNet.csproj * Try script type variable syntax * Update version * Bump sdk version * Update DotNet.csproj * use dotnetbuilds-internal-container-uri * Fix variable * use dotnetbuilds-internal-container-read-token * Push more changes to $(dotnetbuilds-internal-container-read-token) * test again * Remove AOT * try this * Revert "Remove AOT" This reverts commit 28b9e6aca4e232831cc5bc198fd2b5225aaedbd0. * Update tools.ps1 * Try not use sources * Update global.json * Revert "Update global.json" This reverts commit 1bc350aac6ebd760a14b3799ba133c7c693a4a8d. * Revert "Try not use sources" This reverts commit 3528400cd50da602e2d60cf43198baf5cbd15899. * Skip dotnet6-internal-transport for workload sources * Revert "Revert "Try not use sources"" This reverts commit 704369edf324696a5122f95b15cfbfa7676dd2e8. * Remove souces from Install target * Revert "Remove souces from Install target" This reverts commit 4337163ee98a315bafade7291e8bc9ee307e3f1e. * Try speciy packages path on nuget.config * Don't use full path * Try use --configfile * Revert "Try use --configfile" This reverts commit d4983c021f0166d82a87c9ee27615a00bd4542c9. * Try add source from exec command * Fix when no token exists * Try fix condition to run private build * Fix yaml * Revert not needed change * Copy nuget.config file to other location * Fix Copy task * Fix command * Remove _ReadAllNuGetSources and specify configfile * [ci] Agent-Cleanser: Ensure .NET cleansing is turned on (#4595) * Agent-Cleanser: Ensure .NET cleansing is turned on * Revise Agent-Cleanser comment explaining why CleanseAgentToolsDotNet is being set * [ci] Add agent cleaner to device tests (#4618) * [ci] Add agent cleaner to device tests * Fix yaml * Add cleanup to device steps * [ci] Pass variables to dotnet install on device tests * Fix get pool name Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com> Co-authored-by: Peter Collins <pecolli@microsoft.com> Co-authored-by: Matthew Leibowitz <mattleibow@live.com> Co-authored-by: Mike Bond <mjbond-msft@outlook.com> Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com> Co-authored-by: Peter Collins <pecolli@microsoft.com> Co-authored-by: Matthew Leibowitz <mattleibow@live.com> Co-authored-by: Mike Bond <mjbond-msft@outlook.com>
2022-02-11 12:57:09 +03:00
},
"msbuild-sdks": {
"MSBuild.Sdk.Extras": "3.0.44",
"Microsoft.Build.NoTargets": "3.3.0"
}
}