Skip to content

Commit

Permalink
Merge pull request #30 from iBrotNano/feature/#8
Browse files Browse the repository at this point in the history
#8 Changed the version of production builds to Major.Minor.Patch
  • Loading branch information
iBrotNano committed Mar 13, 2023
2 parents aa2ef2f + a4ce084 commit 9743d16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: echo "PACKAGE_VERSION=$VERSION_MAJOR.$VERSION_MINOR.$VERSION_PATCH-PR-$VERSION_BUILD" >> $GITHUB_ENV
if: github.event_name == 'pull_request'
- name: Generate package version for production builds
run: echo "PACKAGE_VERSION=$VERSION_MAJOR.$VERSION_MINOR.$VERSION_PATCH.$VERSION_BUILD" >> $GITHUB_ENV
run: echo "PACKAGE_VERSION=$VERSION_MAJOR.$VERSION_MINOR.$VERSION_PATCH" >> $GITHUB_ENV
if: github.ref_name == 'production'
- name: Generate assembly version
run: echo "ASSEMBLY_VERSION=$VERSION_MAJOR.0.0.0" >> $GITHUB_ENV
Expand Down Expand Up @@ -71,4 +71,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: projectfiles
path: /home/runner/work/TestEnvironment/TestEnvironment/*.nuget
path: /home/runner/work/TestEnvironment/TestEnvironment/target/nugets/$(Configuration)/*

0 comments on commit 9743d16

Please sign in to comment.