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 1c4ae55 commit e5d5e09Copy full SHA for e5d5e09
.github/workflows/ci.yaml
@@ -21,6 +21,6 @@ jobs:
21
with:
22
dotnet-version: "6.0.x"
23
- name: 🚚 Restore
24
- run: dotnet restore SOLUTION_FILE
+ run: dotnet restore ${{ env.SOLUTION_FILE }}
25
- name: 🛠️ Build
26
- run: dotnet build SOLUTION_FILE --configuration Release --no-restore
+ run: dotnet build ${{ env.SOLUTION_FILE }} --configuration Release --no-restore
0 commit comments