Browse Source

trying without pdbs just to test

Charlie Kindel 5 năm trước cách đây
mục cha
commit
06e35f1fb0

+ 1 - 1
.github/workflows/publish.yml

@@ -48,4 +48,4 @@ 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
+          INCLUDE_SYMBOLS: false

+ 3 - 3
Directory.Build.props

@@ -1,9 +1,9 @@
 <Project>
 
   <PropertyGroup>
-    <Version>0.89.3</Version>
-    <AssemblyVersion>0.89.3</AssemblyVersion>
-    <FileVersion>0.89.3</FileVersion>    
+    <Version>0.89.4</Version>
+    <AssemblyVersion>0.89.4</AssemblyVersion>
+    <FileVersion>0.89.4</FileVersion>    
     <Authors>Miguel de Icaza, Charlie Kindel (@tig), @BDisp</Authors>
   </PropertyGroup>
 

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

@@ -189,7 +189,7 @@
   <PropertyGroup>
     <IncludeSymbols>true</IncludeSymbols>
     <SymbolPackageFormat>snupkg</SymbolPackageFormat>
-</PropertyGroup>
+  </PropertyGroup>
 
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <DebugType></DebugType>