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:
dependabot[bot] 2021-08-02 12:34:23 -04:00 коммит произвёл GitHub
Родитель 18f90de240
Коммит 53d1b8aabc
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 8 добавлений и 7 удалений

Просмотреть файл

@ -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>