Skip to content

Commit a69a044

Browse files
authored
Merge pull request #46 from thomaslevesque/update-submodule
Update submodule to use dotnet nuget
2 parents dc0c300 + 644b8cd commit a69a044

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
description: "Dry run (doesn't actually publish anything)"
1313

1414
env:
15-
NUGET_SERVER_URL: https://www.nuget.org/api/v2/package
15+
NUGET_SERVER_URL: https://www.nuget.org/
1616
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
1717

1818
jobs:

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
[Oo]bj
55
[Bb]in
66
artifacts
7-
tools/*/ToolPaths.cs
87
FakeItEasy.user.props
98

109
*.*proj.user

0 commit comments

Comments
 (0)