Skip to content

Commit

Permalink
Fixes a typo in the project folder which will prevent the nuget packa…
Browse files Browse the repository at this point in the history
…ge from being built
  • Loading branch information
ProNotion committed Nov 24, 2023
1 parent df715f0 commit 2fe8869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/build-package.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ dotnet build ..\uSyncMigrations.sln -c $env /p:$buildParams
""; "##### Packaging"; "----------------------------------" ; ""

dotnet pack ..\uSync.Migrations.Core\uSync.Migrations.Core.csproj --no-restore --no-build -c $env -o $outFolder -p:$buildParams
dotnet pack ..\uSync.Migrations.Clients\uSync.Migrations.Client.csproj --no-restore --no-build -c $env -o $outFolder -p:$buildParams
dotnet pack ..\uSync.Migrations.Client\uSync.Migrations.Client.csproj --no-restore --no-build -c $env -o $outFolder -p:$buildParams
dotnet pack ..\uSync.Migrations.Migrators\uSync.Migrations.Migrators.csproj --no-restore --no-build -c $env -o $outFolder -p:$buildParams
dotnet pack ..\uSync.Migrations\uSync.Migrations.csproj --no-restore --no-build -c $env -o $outFolder -p:$buildParams

Expand Down

0 comments on commit 2fe8869

Please sign in to comment.