Skip to content

Commit

Permalink
Switch to Continuous Delivery
Browse files Browse the repository at this point in the history
  • Loading branch information
snovak7 committed Apr 14, 2023
1 parent deabc54 commit 779a29f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,12 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: '0'
- run: git checkout main
- name: Install GitVersion
uses: gittools/actions/gitversion/setup@v0
with:
versionSpec: '5.x'
preferLatestVersion: true
- name: Setup .NET Core SDK ${{ matrix.dotnet-version }}
uses: actions/setup-dotnet@v3
with:
dotnet-version: ${{ matrix.dotnet-version }}
- name: Restore .NET Packages
run: dotnet restore
- name: Determine Version
id: gitversion
uses: gittools/actions/gitversion/execute@v0
with:
useConfigFile: true
- name: Build .NET Solution
run: dotnet build --configuration Release --no-restore
- name: Pack .NET Solution
Expand Down
2 changes: 0 additions & 2 deletions GitVersion.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
mode: Mainline
branches:
master:
increment: None
tag: rc

0 comments on commit 779a29f

Please sign in to comment.