Skip to content

Commit

Permalink
Correcting workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gnongsie committed Jul 24, 2024
1 parent 12a6714 commit bbaf7b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cd $sdk_dotnet
nuget install ./test/packages.config -OutputDirectory packages
msbuild -version
msbuild -property:Configuration=Release "./AuthorizeNET.sln"
msbuild "./AuthorizeNET.sln" -property:Configuration=Release -t:rebuild
Write-Output "Build Successful"
shell: pwsh

Expand Down

0 comments on commit bbaf7b5

Please sign in to comment.