Skip to content

Commit

Permalink
vc-build prerelease 3.807.0-alpha.224
Browse files Browse the repository at this point in the history
  • Loading branch information
krankenbro authored Nov 12, 2024
1 parent a87cceb commit 4ef93fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-vcbuild/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const exec = require('@actions/exec');

async function run()
{
await exec.exec("dotnet tool install --global VirtoCommerce.GlobalTool");
await exec.exec("dotnet tool install --global VirtoCommerce.GlobalTool --version 3.807.0-alpha.224");
core.addPath('/home/runner/.dotnet/tools/');
}

Expand Down

0 comments on commit 4ef93fe

Please sign in to comment.