build(deps): Bump DotNet.ReproducibleBuilds from 0.1.64 to 0.1.66 (#19)
* build(deps): Bump DotNet.ReproducibleBuilds from 0.1.64 to 0.1.66 Bumps [DotNet.ReproducibleBuilds](https://github.com/dotnet/reproducible-builds) from 0.1.64 to 0.1.66. - [Release notes](https://github.com/dotnet/reproducible-builds/releases) - [Commits](https://github.com/dotnet/reproducible-builds/commits) --- updated-dependencies: - dependency-name: DotNet.ReproducibleBuilds dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * ci: Adjust dotnet checks * ci: Skip workloads install fail on error * ci: Ignore sdk check errors Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jérôme Laban <jerome.laban@nventive.com>
This commit is contained in:
Родитель
18f90de240
Коммит
53d1b8aabc
|
@ -17,10 +17,10 @@ pr:
|
|||
|
||||
variables:
|
||||
# net6 preview install related
|
||||
DotNetVersion: 6.0.100-preview.4.21255.9
|
||||
MauiCheck.Version: 0.4.2
|
||||
DotNetVersion: 6.0.100-preview.6.21355.2
|
||||
MauiCheck.Version: '0.6.1'
|
||||
DotNet.Cli.Telemetry.OptOut: true
|
||||
MauiCheck.Manifest: https://raw.githubusercontent.com/Redth/dotnet-maui-check/main/manifests/maui-dev.manifest.json
|
||||
MauiCheck.Manifest: https://raw.githubusercontent.com/Redth/dotnet-maui-check/556b43a8b9df5ea1e65eb6b9b3ea8854a91fceed/manifests/maui-preview.manifest.json
|
||||
|
||||
steps:
|
||||
- checkout: self
|
||||
|
@ -50,8 +50,9 @@ steps:
|
|||
& dotnet tool update --global redth.net.maui.check --version $(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 $(MauiCheck.Manifest)
|
||||
displayName: Install .NET 6 Workloads
|
||||
errorActionPreference: stop
|
||||
|
||||
errorActionPreference: continue
|
||||
ignoreLASTEXITCODE: true
|
||||
|
||||
- pwsh: |
|
||||
cd $(build.sourcesdirectory)/src
|
||||
dotnet msbuild Uno.Extensions.Logging.sln /r /p:Configuration=Release "/p:PackageOutputPath=$(build.artifactstagingdirectory)\nuget" "/p:PackageVersion=$(GITVERSION.FullSemVer)" "/p:InformationalVersion=$(GITVERSION.InformationalVersion)" /detailedsummary
|
||||
|
@ -71,4 +72,4 @@ steps:
|
|||
|
||||
- task: PublishBuildArtifacts@1
|
||||
inputs:
|
||||
ArtifactName: $(Build.DefinitionName)
|
||||
ArtifactName: $(Build.DefinitionName)
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/>
|
||||
<PackageReference Include="DotNet.ReproducibleBuilds" Version="0.1.64" PrivateAssets="All" />
|
||||
<PackageReference Include="DotNet.ReproducibleBuilds" Version="0.1.66" PrivateAssets="All" />
|
||||
</ItemGroup>
|
||||
</When>
|
||||
</Choose>
|
||||
|
|
Загрузка…
Ссылка в новой задаче