We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a815ccb commit 3fb321aCopy full SHA for 3fb321a
.github/workflows/main.yml
@@ -18,9 +18,6 @@ jobs:
18
19
- name: Setup MSBuild.exe
20
uses: microsoft/[email protected]
21
-
22
- - name: Clean
23
- run: dotnet clean FluentTerminal.sln --configuration Debug && dotnet nuget locals all --clear
24
25
- name: MSBuild
26
run: msbuild FluentTerminal.sln -t:build -p:Configuration=Debug -p:Platform=x64 -m -restore
nuget.config
@@ -0,0 +1,8 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<configuration>
3
+ <packageSources>
4
+ <!--To inherit the global NuGet package sources remove the <clear/> line below -->
5
+ <clear />
6
+ <add key="nuget" value="https://api.nuget.org/v3/index.json" />
7
+ </packageSources>
8
+</configuration>
0 commit comments