Skip to content

Commit

Permalink
Fixing the release workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
BlaiseD committed Mar 30, 2021
1 parent 04f9e8a commit e301bd2
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,23 +44,23 @@ jobs:
run: ./Release_Build_Push.ps1
shell: pwsh

- name: Restore
run: dotnet restore

- name: Build
run: dotnet build --configuration Release

- name: Test
run: dotnet test --no-restore --verbosity normal --filter "UnitTests.NetFramework.NetFrameworkRulesTests|UnitTests.NetCore.NetCoreRulesTests"

- name: Pack and push LogicBuilder.Workflow.Activities.Rules
env:
PROJECT_NAME: LogicBuilder.Workflow.Activities.Rules
run: ./Release_Pack_Push.ps1
run: ./Release_Build_Push.ps1
shell: pwsh

- name: Build and push LogicBuilder.Workflow.Activities.Rules.Design
env:
PROJECT_NAME: LogicBuilder.Workflow.Activities.Rules.Design
run: ./Release_Build_Push.ps1
shell: pwsh

- name: Restore
run: dotnet restore

- name: Build
run: dotnet build --configuration Release

- name: Test
run: dotnet test --no-restore --verbosity normal --filter "UnitTests.NetFramework.NetFrameworkRulesTests|UnitTests.NetCore.NetCoreRulesTests"
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="LogicBuilder.Workflow.Activities.Rules">
<Version>2.0.0-preview.0</Version>
<Version>2.0.0-preview.1</Version>
</PackageReference>
<PackageReference Include="MinVer" Version="2.3.0">
<PrivateAssets>all</PrivateAssets>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="LogicBuilder.Workflow.ComponentModel.Serialization" Version="2.0.0-preview.0" />
<PackageReference Include="LogicBuilder.Workflow.ComponentModel.Serialization" Version="2.0.0-preview.1" />
<PackageReference Include="MinVer" Version="2.3.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="LogicBuilder.ComponentModel.Design.Serialization" Version="2.0.0-preview.0" />
<PackageReference Include="LogicBuilder.ComponentModel.Design.Serialization" Version="2.0.0-preview.1" />
<PackageReference Include="System.CodeDom" Version="4.5.0" />
<PackageReference Include="MinVer" Version="2.3.0">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit e301bd2

Please sign in to comment.