Skip to content

Commit 0388db2

Browse files
Update build-and-pack.cmd
1 parent fe11246 commit 0388db2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build-and-pack.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:: this script should be executed from the root dir
22

33
git clean -xfd
4-
dotnet restore
4+
dotnet restore BenchmarkDotNet.sln
55
dotnet build .\src\BenchmarkDotNet\BenchmarkDotNet.csproj -c Release
66
dotnet build .\src\BenchmarkDotNet.Diagnostics.Windows\BenchmarkDotNet.Diagnostics.Windows.csproj -c Release
77
dotnet build .\src\BenchmarkDotNet.Annotations\BenchmarkDotNet.Annotations.csproj -c Release

0 commit comments

Comments
 (0)