We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe11246 commit 0388db2Copy full SHA for 0388db2
build/build-and-pack.cmd
@@ -1,7 +1,7 @@
1
:: this script should be executed from the root dir
2
3
git clean -xfd
4
-dotnet restore
+dotnet restore BenchmarkDotNet.sln
5
dotnet build .\src\BenchmarkDotNet\BenchmarkDotNet.csproj -c Release
6
dotnet build .\src\BenchmarkDotNet.Diagnostics.Windows\BenchmarkDotNet.Diagnostics.Windows.csproj -c Release
7
dotnet build .\src\BenchmarkDotNet.Annotations\BenchmarkDotNet.Annotations.csproj -c Release
0 commit comments