chore: temp workaround since the version/package found is incorrect
``` Downloading https://api.nuget.org/v3-flatcontainer/uno.ui.skia.macos/2.88.7/uno.ui.skia.macos.2.88.7.nupkg [error]Unhandled exception. System.Net.WebException(0,0): Error : (404) Not Found. Unhandled exception. System.Net.WebException : The remote server returned an error : (404) Not Found. [C:\a\1\s\Build\Uno.UI.Build.csproj] at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult) at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result) at System.Net.WebClient.GetWebResponseTaskAsync(WebRequest request) at System.Net.WebClient.DownloadBitsAsync(WebRequest request, Stream writeStream, AsyncOperation asyncOp, Action`3 completionDelegate) at Uno.PackageDiff.Program.GetPackage(String packagePath) in D:\a\1\s\src\Uno.PackageDiff\Program.cs:line 159 at Uno.PackageDiff.Program.Main(String[] args) in D:\a\1\s\src\Uno.PackageDiff\Program.cs:line 41 at Uno.PackageDiff.Program.<Main>(String[] args) [error]Build\Uno.UI.Build.csproj(432,3): Error MSB3073: The command "C:\a\1\s\Build\\tools\generatepkgdiff.exe --base=Uno.UI.Skia.MacOS --other=Uno.UI.Skia.MacOS.5.2.0-PullRequest-291-111590-0291.nupkg --diffignore=PackageDiffIgnore.xml --outfile=C:\a\1\a\ApiDiff.Uno.UI.Skia.MacOS.5.2.0-PullRequest-291-111590-0291.md" exited with code -532462766. C:\a\1\s\Build\Uno.UI.Build.csproj(432,3): error MSB3073: The command "C:\a\1\s\Build\\tools\generatepkgdiff.exe --base=Uno.UI.Skia.MacOS --other=Uno.UI.Skia.MacOS.5.2.0-PullRequest-291-111590-0291.nupkg --diffignore=PackageDiffIgnore.xml --outfile=C:\a\1\a\ApiDiff.Uno.UI.Skia.MacOS.5.2.0-PullRequest-291-111590-0291.md" exited with code -532462766. [error]Process 'msbuild.exe' exited with code '1'. ``` * `2.88.7` is the Skia version * `5.1.31` is used for other (existing) packages * script use the same variable for both
This commit is contained in:
Родитель
630f49709c
Коммит
ebf6032a82
|
@ -416,7 +416,7 @@
|
|||
<_diffPackage Include="$(PackageNamePrefix).Runtime.Skia.Gtk" Other="..\..\..\NugetPackages-Artifacts-skia-$(ArtifactsPlatformName)\vslatest-skia\$(PackageNamePrefix).Runtime.Skia.Gtk.$(GITVERSION_SemVer).nupkg" />
|
||||
<_diffPackage Include="$(PackageNamePrefix).Runtime.Skia.Linux.FrameBuffer" Other="..\..\..\NugetPackages-Artifacts-skia-$(ArtifactsPlatformName)\vslatest-skia\$(PackageNamePrefix).Runtime.Skia.Linux.FrameBuffer.$(GITVERSION_SemVer).nupkg" />
|
||||
<_diffPackage Include="$(PackageNamePrefix).Skia.Linux.FrameBuffer" Other="$(PackageNamePrefix).Skia.Linux.FrameBuffer.$(GITVERSION_SemVer).nupkg" />
|
||||
<_diffPackage Include="$(PackageNamePrefix).Skia.MacOS" Other="$(PackageNamePrefix).Skia.MacOS.$(GITVERSION_SemVer).nupkg" />
|
||||
<!-- <_diffPackage Include="$(PackageNamePrefix).Skia.MacOS" Other="$(PackageNamePrefix).Skia.MacOS.$(GITVERSION_SemVer).nupkg" /> -->
|
||||
<_diffPackage Include="$(PackageNamePrefix).Skia.Wpf" Other="$(PackageNamePrefix).Skia.Wpf.$(GITVERSION_SemVer).nupkg" />
|
||||
<_diffPackage Include="$(PackageNamePrefix).Runtime.Skia.Wpf" Other="..\..\..\NugetPackages-Artifacts-skia-$(ArtifactsPlatformName)\vslatest-skia\$(PackageNamePrefix).Runtime.Skia.Wpf.$(GITVERSION_SemVer).nupkg" />
|
||||
<_diffPackage Include="$(PackageNamePrefix).XamlHost" Other="$(PackageNamePrefix).XamlHost.$(GITVERSION_SemVer).nupkg" />
|
||||
|
|
Загрузка…
Ссылка в новой задаче