Skip to content

Commit

Permalink
[Dependencies] - Update .github/workflows/build-and-publish-pre-relea…
Browse files Browse the repository at this point in the history
…se.yml to match the template repo
  • Loading branch information
credfeto committed Oct 9, 2023
1 parent e11b269 commit e2b36b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-publish-pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:

steps:
- name: "Initialise Workspace"
shell: bash
run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE"

- name: "Checkout Source"
Expand All @@ -48,13 +49,15 @@ jobs:
token: ${{secrets.GITHUB_TOKEN}}

- name: "Check Runner details"
shell: bash
run: |
echo "Name: ${{runner.name}}"
echo "OS: ${{runner.os}}"
- name: "Enable Local nuget feeds if caching"
if: ${{startsWith(runner.name, 'buildagent-')}}
id: nuget-local-cache
shell: bash
run: |
{
echo "NUGET_BAGET_CACHE=${{vars.NUGET_BAGET_CACHE}}"
Expand Down

0 comments on commit e2b36b3

Please sign in to comment.