Skip to content

Commit

Permalink
revision reset
Browse files Browse the repository at this point in the history
  • Loading branch information
et1975 committed May 31, 2024
1 parent 4197774 commit bdee193
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/azure.aad.fs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ on:
branches:
- master
env:
BUILD_NUMBER: "$[counter('buildCounter',1)]"
BUILD_NUMBER: "${{ github.run_number }}"
jobs:
build:
needs: build
runs-on: ubuntu-latest
steps:
- name: checkout
Expand All @@ -27,6 +26,6 @@ jobs:
- name: Build and publish
env:
NUGET_REPO_KEY: "${{ secrets.NUGET_REPO_KEY }}"
NUGET_REPO_URL: "${{ variables.NUGET_REPO_URL }}"
NUGET_REPO_URL: "${{ vars.NUGET_REPO_URL }}"
run: dotnet fsi build.fsx -t release
if: ${{ startsWith(github.ref, 'refs/tags') }}
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 6.2.0
* Resetting the build/revision counter

### 6.1.0
* Reintroduce net6.0 target while keeping net8.0

Expand Down

0 comments on commit bdee193

Please sign in to comment.