Skip to content

Commit

Permalink
if: false
Browse files Browse the repository at this point in the history
  • Loading branch information
9swampy committed Nov 20, 2024
1 parent bb726ba commit d7a5e9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,12 @@ jobs:
run: Nuget.exe restore

- name: Build Debug
if: false
run: msbuild $env:Solution_Name /p:Configuration=Debug /p:Platform="Any CPU"

- name: Telnet.CiTests
uses: rusty-bender/vstest-action@main
if: false
with:
testAssembly: PrimS.Telnet.CiTests.dll
searchFolder: ./**/bin/Debug/**/
Expand All @@ -51,6 +53,7 @@ jobs:
# Can't apparently run both full fat and core test suites together.'
- name: Telnet.*.CiTests
uses: rusty-bender/vstest-action@main
if: false
with:
testAssembly: PrimS.Telnet.*.CiTests.dll
searchFolder: ./**/bin/Debug/**/
Expand Down

0 comments on commit d7a5e9e

Please sign in to comment.