Skip to content

Commit

Permalink
Update build-and-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
spectatorBH authored Jan 5, 2025
1 parent ab27950 commit 136a306
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ jobs:
name: Prepare and build on Windows Server VM (2019)
runs-on: windows-2019
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2

- name: Install dependencies into Virtual Environment...
run: _RegisterHelixNUnit.bat

- name: Build C# project in release-mode, compile Pas-units, create install packages...
run: _GenerateAllSetups.bat
#run: _RebuildReleaseAndRunTestsForGitHubActions.bat
#timeout-minutes: 60
timeout-minutes: 60
env:
PABCNET_BUILD_MODE: Release
PABCNET_RUN_TESTS: false
Expand Down

0 comments on commit 136a306

Please sign in to comment.