Skip to content

Commit

Permalink
Merge pull request #29 from iBrotNano/feature/#8
Browse files Browse the repository at this point in the history
Feature/#8
  • Loading branch information
iBrotNano committed Mar 13, 2023
2 parents 9ed358a + 197bb0a commit aa2ef2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,22 +53,22 @@ jobs:
sed -i -e "s/<AssemblyVersion>4.7.1.1<\/AssemblyVersion>/<AssemblyVersion>$ASSEMBLY_VERSION<\/AssemblyVersion>/g" Directory.Build.props
sed -i -e "s/4.7.1.1/$PACKAGE_VERSION/g" README.md
- name: pkgdeps/git-tag-action
uses: pkgdeps/git-tag-action@v2.0.1
uses: pkgdeps/git-tag-action@v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_repo: ${{ github.repository }}
git_commit_sha: ${{ github.sha }}
version: ${{ env.PACKAGE_VERSION }}
git_tag_prefix: "v"
if: github.ref_name == 'production'
if: github.ref_name == 'production'
- name: Build
run: dotnet build --no-restore -c Release -p:CONTINUOUS_INTEGRATION_BUILD=true
- name: Test
run: dotnet test -c Release --no-build --verbosity normal
- name: Pack
run: dotnet pack MarcelMelzig.TestEnvironment/MarcelMelzig.TestEnvironment.csproj --no-build -c Release -p:CONTINUOUS_INTEGRATION_BUILD=true
- name: Upload Nuget
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v3
with:
name: projectfiles
path: /home/runner/work/TestEnvironment/TestEnvironment/*.nuget

0 comments on commit aa2ef2f

Please sign in to comment.