-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update assembly metadata: * Remove old metadata * Update year with bash script during CI
- Loading branch information
Showing
10 changed files
with
19 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ on: | |
branches: | ||
- main | ||
- dev | ||
workflow_dispatch: | ||
|
||
env: | ||
Solution_Directory: src\AnalyticsEngine\ | ||
|
@@ -103,6 +104,11 @@ jobs: | |
path: ~\.nuget\packages | ||
key: ${{ runner.os }}-${{ env.cache-name }} | ||
# Configuration files | ||
- name: Year substitution | ||
shell: bash | ||
run: | | ||
year=$(date +%Y) | ||
find ./src -name AssemblyInfo.cs | xargs sed -i "s/© __year__/© $year/" | ||
- name: Config substitutions | ||
uses: devops-actions/[email protected] | ||
with: | ||
|
@@ -253,6 +259,7 @@ jobs: | |
- setup_build | ||
- build_dotnet | ||
- build_aitracker | ||
if: github.ref_name == 'main' || github.ref_name == 'dev' | ||
permissions: | ||
# Required to create tags in the repo | ||
contents: write | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters