From 2ae1ec6091b0d13aec8fbde3b14194c01ff8a3b5 Mon Sep 17 00:00:00 2001 From: Christoph Wille Date: Tue, 7 Apr 2026 07:47:13 +0200 Subject: [PATCH] Include vsix with plain nuget.config files --- .github/workflows/build-ilspy.yml | 2 +- ILSpy.AddIn.VS2022/NuGet.config | 7 +++++++ ILSpy.AddIn/NuGet.config | 7 +++++++ 3 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 ILSpy.AddIn.VS2022/NuGet.config create mode 100644 ILSpy.AddIn/NuGet.config diff --git a/.github/workflows/build-ilspy.yml b/.github/workflows/build-ilspy.yml index 52e479a61..dcbc92b64 100644 --- a/.github/workflows/build-ilspy.yml +++ b/.github/workflows/build-ilspy.yml @@ -21,7 +21,7 @@ jobs: env: BuildPlatform: Any CPU StagingDirectory: buildartifacts - BuildAndPublishVsix: false # temp disable due to usage of transport feed for net11 + BuildAndPublishVsix: true # temp disable due to usage of transport feed for net11 steps: - run: mkdir -p $env:StagingDirectory diff --git a/ILSpy.AddIn.VS2022/NuGet.config b/ILSpy.AddIn.VS2022/NuGet.config new file mode 100644 index 000000000..765346e53 --- /dev/null +++ b/ILSpy.AddIn.VS2022/NuGet.config @@ -0,0 +1,7 @@ + + + + + + + diff --git a/ILSpy.AddIn/NuGet.config b/ILSpy.AddIn/NuGet.config new file mode 100644 index 000000000..765346e53 --- /dev/null +++ b/ILSpy.AddIn/NuGet.config @@ -0,0 +1,7 @@ + + + + + + +