Skip to content

Commit fc204a7

Browse files
hifihedgehogclaude
andcommitted
Commit MIDI Services nupkg to repo, revert CI download workaround
Add gitignore exception for nuget-local/*.nupkg so the Windows MIDI Services package is tracked in git. Remove the curl download step from the CI workflow since the package is now in the repo. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f8675a6 commit fc204a7

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,6 @@ jobs:
2828
with:
2929
dotnet-version: 10.x
3030

31-
- name: Restore local NuGet packages
32-
shell: bash
33-
run: |
34-
mkdir -p nuget-local
35-
curl -sL -o nuget-local/Microsoft.Windows.Devices.Midi2.1.0.16-rc.3.7.nupkg \
36-
https://github.com/microsoft/MIDI/releases/download/rc-3/Microsoft.Windows.Devices.Midi2.1.0.16-rc.3.7.nupkg
37-
3831
- name: Publish
3932
run: dotnet publish PadForge.App/PadForge.App.csproj -c Release
4033

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ bld/
3838
**/[Pp]ackages/*
3939
!**/[Pp]ackages/build/
4040
*.nupkg
41+
!nuget-local/*.nupkg
4142
**/packages/repositories.config
4243
project.lock.json
4344
project.fragment.lock.json
1020 KB
Binary file not shown.

0 commit comments

Comments
 (0)