We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e07984 commit 11b402eCopy full SHA for 11b402e
.github/workflows/build.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Restore dependencies
40
run: |
41
echo "work space: $GITHUB_WORKSPACE"
42
- echo "{{ github.workspace }}"
+ echo "github.workspace: ${{ github.workspace }}"
43
dotnet restore --locked-mode --packages "$GITHUB_WORKSPACE/../.nuget"
44
45
- name: Build
0 commit comments