-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1296842
commit ba88eba
Showing
1 changed file
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,10 +42,11 @@ jobs: | |
- 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 | ||
|
||
- name: Build Unit Test Project | ||
run: msbuild /p:Configuration=Debug ./UnitTestJfrogVSExtension/UnitTestJfrogVSExtension.csproj | ||
|
||
- name: Run MSTest Project | ||
run: | | ||
& "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\Extensions\TestPlatform\vstest.console.exe" ./UnitTestJfrogVSExtension/bin/Debug/UnitTestJfrogVSExtension.dll | ||
shell: pwsh | ||
- name: Run Tests | ||
uses: microsoft/[email protected] | ||
with: | ||
searchFolder: ./UnitTestJfrogVSExtension/bin/Debug | ||
|
||
# - name: Run MSTest Project | ||
# run: vstest.console.exe ./UnitTestJfrogVSExtension/bin/Debug/UnitTestJfrogVSExtension.dll | ||
# shell: pwsh |