Skip to content

Commit

Permalink
chore: Restore with dotnet restore
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 committed Aug 28, 2024
1 parent d2c7a55 commit 78cd82e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/Uno.UI.Build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,10 @@
<!-- Restore the nuget packages for packages-* solution filters -->
<!-- These filters contain Uno.UI project and its dependencies, which are what needs to be restored -->
<!-- In addition, the reference project needs to be restored as well. -->
<Exec Command="dotnet restore filters\Uno.UI-top-projects-for-sync-gen.slnf -p:Configuration=Release -p:InformationalVersion=$(GITVERSION_InformationalVersion) -p:CI_Build=true -p:_IsCIBuild=true" />
<MSBuild
Properties="Configuration=Release;InformationalVersion=$(GITVERSION_InformationalVersion);CI_Build=true;_IsCIBuild=true"
Projects="filters\Uno.UI-top-projects-for-sync-gen.slnf;..\src\Uno.UWPSyncGenerator\Uno.UWPSyncGenerator.csproj;..\src\Uno.UWPSyncGenerator.Reference\Uno.UWPSyncGenerator.Reference.csproj"
Projects="..\src\Uno.UWPSyncGenerator\Uno.UWPSyncGenerator.csproj;..\src\Uno.UWPSyncGenerator.Reference\Uno.UWPSyncGenerator.Reference.csproj"
Targets="Restore;Clean"
RebaseOutputs="false"
BuildInParallel="true" />
Expand Down

0 comments on commit 78cd82e

Please sign in to comment.