Skip to content

Commit 804942e

Browse files
Update package-scripts-powershell-folder.yml
Signed-off-by: LUIZ HAMILTON ROBERTO DA SILVA <[email protected]>
1 parent 42224df commit 804942e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/package-scripts-powershell-folder.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@ jobs:
8282
</Project>
8383
EOF
8484
85+
- name: Restore Dependencies
86+
run: |
87+
echo "Restoring NuGet packages..."
88+
dotnet restore nuget.package.csproj || exit 1
89+
8590
- name: Build and Pack
8691
run: |
8792
echo "Packing the NuGet package..."

0 commit comments

Comments
 (0)