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 2135acc commit d08762eCopy full SHA for d08762e
.github/actions/compile/action.yml
@@ -68,7 +68,7 @@ runs:
68
- name: Restore Mod Solution
69
shell: bash
70
working-directory: ${{ github.workspace }}
71
- run: dotnet restore ${{ inputs.solution-file-path }} ${{ runner.debug && '-v:detailed' }}
+ run: nuget restore ${{ inputs.solution-file-path }} ${{ runner.debug && '-v:detailed' }}
72
73
- name: Build Mod Solution
74
0 commit comments