Skip to content

Commit

Permalink
Fix build for packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveDunn committed Sep 12, 2024
1 parent e4c68cc commit d3cdb88
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,9 @@ WriteStage("Building samples using the local version of the NuGet package...")
exec { & dotnet run --project samples/Intellenum.Examples/Intellenum.Examples.csproj -c Debug --no-build --no-restore }


#WriteStage("Finally, packing the $buildConfig version into " + $artifacts)
#
#
#exec { & dotnet pack src/Intellenum.Pack.csproj -c $buildConfig -o $artifacts --no-build --verbosity $verbosity }
#
#WriteStage("Done! Package generated at " + $artifacts)
WriteStage("Finally, packing the $buildConfig version into " + $artifacts)

exec { & dotnet pack src/Intellenum.Pack.csproj -c $buildConfig -o $artifacts --no-build --verbosity $verbosity }

WriteStage("Done! Package generated at " + $artifacts)

1 comment on commit d3cdb88

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Intellenum Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: d3cdb88 Previous: e4c68cc Ratio
Benchmarks.GetHashCodeBenchmarks.StandardEnums 0.004703702529271444 ns (± 0.0072234297127912635) 0.00020189984486653254 ns (± 0.0005922554407149567) 23.30

This comment was automatically generated by workflow using github-action-benchmark.

CC: @SteveDunn

Please sign in to comment.