Skip to content

Commit

Permalink
Workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenCleary committed Feb 23, 2023
1 parent 8cf5b02 commit 94a0aa3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# build.yml v1.4
# build.yml v1.5
# 1.5 - Use bash syntax, avoid set-output.
# 1.4 - Avoid set-env.
# 1.3 - Include tag workflow in this file.
# 1.2 - Define DOTNET_SKIP_FIRST_TIME_EXPERIENCE/NUGET_XMLDOC_MODE.
Expand All @@ -25,13 +26,13 @@ jobs:
env:
CONTEXT: ${{ toJson(github) }}
run: |
echo "Context: $Env:CONTEXT"
echo "Context is available above"
- name: Determine cache fallbacks
if: github.event_name != 'push'
id: cache_fallbacks
run: |
echo "::set-output name=nuget::nuget-"
echo "name=nuget::nuget-" >> $GITHUB_OUTPUT
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 94a0aa3

Please sign in to comment.