Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 263aac1

Browse files
authored
Merge pull request #2603 from github/remove-myget-dotnet-core
Remove https://dotnet.myget.org/F/dotnet-core/api/v3/index.json from nuget.config
2 parents bccca13 + d8a7c95 commit 263aac1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ env:
66
config: Release
77
githubvsSolution: GitHubVS.sln
88
vsixContainer: ${{ github.workspace }}\GitHub.VisualStudio.vsix
9+
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
910

1011
# Controls when the action will run. Triggers the workflow on push or pull request
1112
# events but only for the master branch

nuget.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<configuration>
33
<packageSources>
44
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
5-
<add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
65
<add key="vsixtesting" value="https://www.myget.org/F/vsixtesting/api/v3/index.json" />
76
<add key="Custom Packages for GHfVS" value="lib" />
87
</packageSources>

0 commit comments

Comments
 (0)