Skip to content

Commit

Permalink
Ignore nuget-diff error for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpobst committed Jul 1, 2024
1 parent 5f56d14 commit 7056b1e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,8 @@
{
"groupId": "androidx.car.app",
"artifactId": "app",
"version": "1.2.0",
"nugetVersion": "1.2.0.11",
"version": "1.4.0",
"nugetVersion": "1.4.0",
"nugetId": "Xamarin.AndroidX.Car.App.App",
"dependencyOnly": false
},
Expand Down
3 changes: 3 additions & 0 deletions nuget-diff.cake
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ if (!nupkgs.Any()) {
Warning($"##vso[task.logissue type=warning]No NuGet packages were found.");
} else {
Parallel.ForEach (nupkgs, nupkg => {
// See https://github.com/xamarin/AndroidX/issues/916
if (nupkg.FullPath.Contains ("Xamarin.AndroidX.Car.App.App"))
return;
var version = "--latest";
var versionFile = nupkg.FullPath + ".baseversion";
if (FileExists(versionFile)) {
Expand Down

0 comments on commit 7056b1e

Please sign in to comment.