Skip to content

Commit

Permalink
Merge pull request #129 from DHGMS-Solutions/versioning
Browse files Browse the repository at this point in the history
remove hard coded version
  • Loading branch information
dpvreony committed Apr 18, 2022
2 parents 8fbb4c0 + 44726d6 commit 4a17555
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 33 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
dotnet tool install --global dotnet-outdated-tool
dotnet tool install --global snitch
dotnet tool install --global dotnet-sonarscanner
dotnet tool install --global JetBrains.ReSharper.GlobalTools --version 2021.2.2
- name: Prepare Artifact Directory
run: |
Expand All @@ -75,22 +74,13 @@ jobs:
# msbuild used because we run targets not supported by dotnet build
- name: Run Build
run: |
msbuild /t:build /nowarn:MSB4011 /maxcpucount /p:NoPackageAnalysis=true /verbosity:minimal /p:Configuration=Release
msbuild /t:build,pack /p:Configuration=Release /maxcpucount /bl:artifacts\\binlog\\build.binlog /p:ContinuousIntegrationBuild=true /p:PackageOutputPath=..\..\artifacts\nuget
working-directory: src

- name: Produce Nuget Packages
run: msbuild /t:pack /nowarn:MSB4011 /maxcpucount /p:NoPackageAnalysis=true /verbosity:minimal /p:Configuration=Release /p:PackageOutputPath=..\..\artifacts\nuget /p:ContinuousIntegrationBuild=true
working-directory: src

- name: List outdated packages
run: |
dotnet outdated -o artifacts\outdated\outdated.json src
- name: Run Resharper Duplicate Code Finder
run: |
jb dupfinder ${{ env.solutionpath }} -o=artifacts\dupfinder\report.xml
# only store binlog on failure
- name: store binlogs
if: ${{ failure() }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<Authors>dhgmssolutions dpvreony</Authors>
<Company>DHGMS Solutions</Company>
<Product>DHGMS Quality Assurance Pack</Product>
<Version>1.1.0</Version>
<Description>Collection of packages for assisting in QA during .NET software development</Description>
<PackageProjectUrl>https://github.com/DHGMS-Solutions/qualityassurancepack</PackageProjectUrl>
<RepositoryUrl>https://github.com/DHGMS-Solutions/qualityassurancepack</RepositoryUrl>
Expand All @@ -28,5 +27,6 @@
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.1.46" />
<PackageReference Include="SecurityCodeScan.VS2019" Version="5.6.2" />
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.406" />
<PackageReference Include="Nerdbank.GitVersioning" Version="3.4.255" PrivateAssets="all" />
</ItemGroup>
</Project>
21 changes: 0 additions & 21 deletions src/Dhgms.QualityAssurancePack/Properties/AssemblyInfo.cs

This file was deleted.

0 comments on commit 4a17555

Please sign in to comment.