Skip to content

Commit 2ae1ec6

Browse files
Include vsix with plain nuget.config files
1 parent 4ca8fb1 commit 2ae1ec6

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

.github/workflows/build-ilspy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
env:
2222
BuildPlatform: Any CPU
2323
StagingDirectory: buildartifacts
24-
BuildAndPublishVsix: false # temp disable due to usage of transport feed for net11
24+
BuildAndPublishVsix: true # temp disable due to usage of transport feed for net11
2525

2626
steps:
2727
- run: mkdir -p $env:StagingDirectory

ILSpy.AddIn.VS2022/NuGet.config

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<packageSources>
4+
<clear />
5+
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
6+
</packageSources>
7+
</configuration>

ILSpy.AddIn/NuGet.config

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<packageSources>
4+
<clear />
5+
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
6+
</packageSources>
7+
</configuration>

0 commit comments

Comments
 (0)