Skip to content

Commit

Permalink
fix msbuild command
Browse files Browse the repository at this point in the history
  • Loading branch information
kerenr-jfrog committed Sep 17, 2024
1 parent 44b2146 commit ad197cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
shell: pwsh

- name: Build VSIX Project # build the vsix project using multi-core compilation and parallel builds
run: msbuild ./JFrogVSExtension/ /p:Configuration=Release /p:Platform="AnyCPU" /p:BuildInParallel=true /m
run: msbuild JFrogVSExtension.sln /p:Configuration=Release /p:Platform="AnyCPU" /p:BuildInParallel=true /m

- name: Run Tests
uses: microsoft/[email protected]
Expand Down

0 comments on commit ad197cd

Please sign in to comment.