Skip to content

Commit

Permalink
Changed dotnet build to hard coded command
Browse files Browse the repository at this point in the history
  • Loading branch information
lucsomers101 committed Jul 17, 2024
1 parent 9c917b2 commit 9ceaa02
Show file tree
Hide file tree
Showing 120 changed files with 1,804 additions and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/Specflow-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,7 @@ jobs:
- name: BuildDotnetApp
shell: bash
run: |
_args=()
[ "Release" != 'null' ] && _args+=("-c" "Release")
[ "minimal" != 'null' ] && _args+=("-v" "minimal")
[ "net6.0" != 'null' ] && _args+=("-f" "net6.0")
[ false == 'true' ] && echo 'Build Skipped' || dotnet build "${_args[@]}"
dotnet build SpecFlowRAP.Specs.csproj -c Release -v minimal -f net6.0
- name: RunSpecFlowTests
run: |
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 9ceaa02

Please sign in to comment.