Browse Source

Using the original configuration.

BDisp 10 months ago
parent
commit
0dc3a523c9
2 changed files with 2 additions and 9 deletions
  1. 2 8
      .github/workflows/dotnet-core.yml
  2. 0 1
      nuget.config

+ 2 - 8
.github/workflows/dotnet-core.yml

@@ -90,14 +90,8 @@ jobs:
         dotnet-version: 8.x
         dotnet-quality: 'ga'
 
-    - name: Build local NuGet package
-      run: dotnet pack --configuration Release -o ./local_packages
-
-    - name: Upload package artifact
-      uses: actions/upload-artifact@v4
-      with:
-        name: local_nuget_package
-        path: ./local_packages/*.nupkg
+    - name: Build Release
+      run: dotnet build --configuration Release
 
 
     # Note: this step is currently not writing to the gist for some reason

+ 0 - 1
nuget.config

@@ -10,7 +10,6 @@
     <clear />
     <add key="nuget" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
     <add key="LocalPackages" value="Terminal.Gui\bin\Release" />
-    <add key="local_packages" value=".\local_packages" />
   </packageSources>
   <packageSourceMapping>
     <packageSource key="nuget">