浏览代码

turning off symnbol gen again (#1128)

Charlie Kindel 4 年之前
父节点
当前提交
16fa59b4fc
共有 2 个文件被更改,包括 9 次插入8 次删除
  1. 8 7
      .github/workflows/publish.yml
  2. 1 1
      Terminal.Gui/Terminal.Gui.csproj

+ 8 - 7
.github/workflows/publish.yml

@@ -25,14 +25,14 @@ jobs:
           dotnet tool install --global minver-cli --version 2.4.0
           echo "MINVERVERSIONOVERRIDE=$(minver -t v -d rc)" >> $GITHUB_ENV
 
-      - name: Install dependencies
-        run: dotnet restore
+      #- name: Install dependencies
+      #  run: dotnet restore
 
-      - name: Build
-        run: dotnet build --configuration Release --no-restore
+      #- name: Build
+      #  run: dotnet build --configuration Release --no-restore
 
-      - name: Pack nuget package with symbols
-        run: dotnet pack --include-symbols
+      #- name: Pack nuget package with symbols
+      #  run: dotnet pack --include-symbols
       
       - name: Publish Terminal.Gui
         id: publish_nuget
@@ -69,4 +69,5 @@ jobs:
           # NUGET_SOURCE: https://api.nuget.org
 
           # Flag to toggle pushing symbols along with nuget package to the server, disabled by default
-          INCLUDE_SYMBOLS: true
+          # This is broken - see https://github.com/brandedoutcast/publish-nuget/issues/30
+          INCLUDE_SYMBOLS: false

+ 1 - 1
Terminal.Gui/Terminal.Gui.csproj

@@ -17,7 +17,7 @@
     <Summary>Application framework for creating modern console applications using .NET</Summary>
     <Title>Terminal.Gui is a framework for creating console user interfaces</Title>
     <PackageReleaseNotes>
-      v1.0.0-beta.6
+      v1.0.0-beta.8
       * Now using MinVer to generate version numbers from git tags.
       * Updated publish-to-nuget to work with minver