Skip to content

Commit

Permalink
Tests in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Tum4ik committed Dec 28, 2023
1 parent bd51585 commit e23fee6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/gated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,17 @@ jobs:
dotnet build `
-c Release `
--nologo `
/p:ContinuousIntegrationBuild=true `
/p:PackageVersion=$version `
/p:Version=$version
/p:Version=$version `
/p:GeneratePackageOnBuild=false `
/p:ContinuousIntegrationBuild=true
- name: Test
run: |
dotnet test `
-c Release `
--nologo `
--no-build
- name: Sign code files
run: |
Expand All @@ -82,7 +90,9 @@ jobs:
--no-build `
-o ${{ env.PackOutputPath }} `
/p:PackageVersion=$version `
/p:Version=$version
/p:Version=$version `
/p:IncludeSymbols=true `
/p:SymbolPackageFormat=snupkg
- name: Upload build artifacts
uses: actions/upload-artifact@v3
Expand Down
1 change: 1 addition & 0 deletions Tests/YT.IIGen.Specs/YT.IIGen.Specs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\YT.IIGen.Attributes\YT.IIGen.Attributes.csproj" />
<ProjectReference Include="..\..\YT.IIGen\YT.IIGen.csproj" />
</ItemGroup>

Expand Down

0 comments on commit e23fee6

Please sign in to comment.