Skip to content

Commit

Permalink
Fixing build script
Browse files Browse the repository at this point in the history
  • Loading branch information
jbogard committed Jun 30, 2020
1 parent ffb2fb8 commit 2a83da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ foreach ($sample in $samples) {
}
}

exec { & dotnet pack .\src\MediatR\MediatR.csproj -c Release -o $artifacts --include-symbols -p:SymbolPackageFormat=snupkg --no-build }
exec { & dotnet pack .\src\MediatR\MediatR.csproj -c Release -o $artifacts --no-build }

0 comments on commit 2a83da2

Please sign in to comment.