Skip to content

Commit

Permalink
Delay net update
Browse files Browse the repository at this point in the history
  • Loading branch information
javiertuya committed Jul 30, 2023
1 parent 2aa6671 commit 7184888
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,8 @@ jobs:
mvn -f ../pom.xml generate-sources -am
ant clean sharpen.preprocess
- name: Validate Sharpen Conversion - Sharpen
#if: ${{ false }} # Disabled until release
if: always()
if: ${{ false }} # Disabled until release
#if: always()
uses: javiertuya/sharpen-action@v1.1.0
with:
working-dir: net
Expand Down
4 changes: 2 additions & 2 deletions net/QACover/QACover.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<InformationalVersion>1.5.1-SNAPSHOT</InformationalVersion>
<Version>1.5.1-SNAPSHOT</Version>
<InformationalVersion>1.5.0</InformationalVersion>
<Version>1.5.0</Version>
<PackageId>QACover</PackageId>

<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down
4 changes: 2 additions & 2 deletions net/QACover/QACoverReport.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<InformationalVersion>1.5.1-SNAPSHOT</InformationalVersion>
<Version>1.5.1-SNAPSHOT</Version>
<InformationalVersion>1.5.0</InformationalVersion>
<Version>1.5.0</Version>
<PackageId>QACover</PackageId>

<PackAsTool>true</PackAsTool>
Expand Down

0 comments on commit 7184888

Please sign in to comment.