Skip to content

Commit

Permalink
Remove myget workflow (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
cschuchardt88 authored Jul 16, 2024
1 parent b422bfc commit f4587b9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 80 deletions.
76 changes: 0 additions & 76 deletions .github/workflows/publish.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,3 @@ jobs:
test:
name: Test Application
uses: ./.github/workflows/test.yml
publish:
needs: [test]
uses: ./.github/workflows/publish.yml
1 change: 0 additions & 1 deletion NuGet.Config
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@
<clear />
<add key="NuGet.org" value="https://api.nuget.org/v3/index.json" />
<add key="local" value="./deps/" />
<add key="neo-myget" value="https://www.myget.org/F/neo/api/v3/index.json" />
</packageSources>
</configuration>

0 comments on commit f4587b9

Please sign in to comment.