Skip to content

Commit 17eff76

Browse files
committed
.
1 parent f96bb51 commit 17eff76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-pipeline-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: microsoft/setup-msbuild@v2
3939

4040
- name: Restore NuGet packages
41-
run: nuget restore ${{ env.xrmToolboxConfigPath }} # Replace with your solution file or project directory
41+
run: nuget restore ${{ env.solutionPath }} # Replace with your solution file or project directory
4242
- name: Build xrmToolBox
4343
run: msbuild ${{ env.xrmToolboxPath }} -t:rebuild -verbosity:diag -property:Configuration=Release
4444
- name: Restore dependencies

0 commit comments

Comments
 (0)