Skip to content

Commit

Permalink
Change from running build in docker to calling builds directly.
Browse files Browse the repository at this point in the history
This should be faster... if it works. This script runs fine locally but on teamcity it caused issues. Might as well try it with github actions.
  • Loading branch information
jb-preston-jennings committed Sep 22, 2023
1 parent fe7a73b commit 356aabe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/vinyl-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,12 @@ jobs:
with:
global-json-file: global.json

#- name: Build AspNetCore
# run: ./pack.sh

- name: Build AspNetCore
run: ./pack.sh
shell: pwsh
run: ./pack.ps1

- name: Upload artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 356aabe

Please sign in to comment.