Browse Source

Using pack instead of build.

BDisp 10 months ago
parent
commit
820bf44e99
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/dotnet-core.yml

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

@@ -90,8 +90,8 @@ jobs:
         dotnet-version: 8.x
         dotnet-quality: 'ga'
 
-    - name: Build Release
-      run: dotnet build --configuration Release
+    - name: Pack Releae
+      run: dotnet pack --configuration Release --output ./bin/Release
 
 
     # Note: this step is currently not writing to the gist for some reason