Skip to content

Commit

Permalink
Merge pull request #18 from es-wolters-kluwer/feature/fixnugetyml
Browse files Browse the repository at this point in the history
Feature/fixnugetyml
  • Loading branch information
rubencc authored May 25, 2022
2 parents 39ef9cc + 95420c2 commit 8bc2932
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 9 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@ on: [workflow_dispatch]
jobs:
Publish:

runs-on: windows-latest
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Setup .NET 6.0.x
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x

dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down
2 changes: 0 additions & 2 deletions GitVersion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ branches:
regex: ^feature?
source-branches:
- feature
- support
- hotfix
- main
pull-request:
Expand All @@ -33,7 +32,6 @@ branches:
- main
- release
- feature
- support
- hotfix
hotfix:
tag: 'beta'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>netstandard2.0;netstandard2.1;net451;net461;net471;net48;net5.0;netcoreapp3.1;net6.0</TargetFrameworks>
<AssemblyName>a3innuva.TAA.Migration.SDK.Extensions</AssemblyName>
<RootNamespace>a3innuva.TAA.Migration.SDK.Extensions</RootNamespace>
<Version>2.16.1</Version>
<Version>2.17.1</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Product>a3innuva.Importia.SDK</Product>
<PackageId>a3innuva.Importia.SDK.Extensions</PackageId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>netstandard2.0;netstandard2.1;net451;net461;net471;net48;net5.0;netcoreapp3.1;net6.0</TargetFrameworks>
<AssemblyName>a3innuva.TAA.Migration.SDK.Implementations</AssemblyName>
<RootNamespace>a3innuva.TAA.Migration.SDK.Implementations</RootNamespace>
<Version>2.16.1</Version>
<Version>2.17.1</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Product>a3innuva.Importia.SDK</Product>
<PackageId>a3innuva.Importia.SDK.Implementations</PackageId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>netstandard2.0;netstandard2.1;net451;net461;net471;net48;net5.0;netcoreapp3.1;net6.0</TargetFrameworks>
<AssemblyName>a3innuva.TAA.Migration.SDK.Serialization</AssemblyName>
<RootNamespace>a3innuva.TAA.Migration.SDK.Serialization</RootNamespace>
<Version>2.16.1</Version>
<Version>2.17.1</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Product>a3innuva.Importia.SDK</Product>
<PackageId>a3innuva.Importia.SDK.Serialization</PackageId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>netstandard2.0;netstandard2.1;net451;net461;net471;net48;net5.0;netcoreapp3.1;net6.0</TargetFrameworks>
<AssemblyName>a3innuva.TAA.Migration.SDK.Interfaces</AssemblyName>
<RootNamespace>a3innuva.TAA.Migration.SDK.Interfaces</RootNamespace>
<Version>2.16.1</Version>
<Version>2.17.1</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Product>a3innuva.Importia.SDK</Product>
<PackageId>a3innuva.Importia.SDK.Interfaces</PackageId>
Expand Down

0 comments on commit 8bc2932

Please sign in to comment.