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 f96bb51 commit 17eff76Copy full SHA for 17eff76
.github/workflows/ci-pipeline-validation.yml
@@ -38,7 +38,7 @@ jobs:
38
uses: microsoft/setup-msbuild@v2
39
40
- name: Restore NuGet packages
41
- run: nuget restore ${{ env.xrmToolboxConfigPath }} # Replace with your solution file or project directory
+ run: nuget restore ${{ env.solutionPath }} # Replace with your solution file or project directory
42
- name: Build xrmToolBox
43
run: msbuild ${{ env.xrmToolboxPath }} -t:rebuild -verbosity:diag -property:Configuration=Release
44
- name: Restore dependencies
0 commit comments