Skip to content

Commit

Permalink
Corrected project path
Browse files Browse the repository at this point in the history
  • Loading branch information
gnongsie committed Jul 24, 2024
1 parent 344a3dd commit 12a6714
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 -property:Configuration=Release "./AuthorizeNET.sln"
Write-Output "Build Successful"
shell: pwsh

Expand Down

0 comments on commit 12a6714

Please sign in to comment.