Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: add auto versioning #6

Merged
merged 25 commits into from
Jun 30, 2022
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
e241efe
ci: add auto versioning
Michaelvsk Jun 28, 2022
a50f84e
Merge branch 'main' into build-main
Michaelvsk Jun 28, 2022
3919ff3
ci: fix build script syntax error
Michaelvsk Jun 28, 2022
04aaa9b
Merge branch 'build-main' of github.com:Michaelvsk/GameDb into build-…
Michaelvsk Jun 28, 2022
a5f5754
ci: fix build script typo
Michaelvsk Jun 28, 2022
0a5e073
ci: fix how to read version from project file
Michaelvsk Jun 28, 2022
88f2f3f
ci: fix read version from project file
Michaelvsk Jun 28, 2022
a05578c
ci: set initial project's versions
Michaelvsk Jun 28, 2022
5fe0731
ci: use Version node in csproj files for versioning
Michaelvsk Jun 28, 2022
70433a5
ci: fix csproj format so version extraction works
Michaelvsk Jun 28, 2022
19876d8
ci: fix version number extraction from csproj files
Michaelvsk Jun 28, 2022
2283b1d
ci: fix check for correct version extraction
Michaelvsk Jun 28, 2022
aa38845
ci: fix appending build number to version
Michaelvsk Jun 28, 2022
d4f079a
ci: use linux style path forward slashes
Michaelvsk Jun 28, 2022
804dcd4
ci: .NET MAUI seems not to be fully compilable with
Michaelvsk Jun 29, 2022
50f3779
ci: check passing of version number
Michaelvsk Jun 29, 2022
09a0eb1
ci: fix passing env variable
Michaelvsk Jun 29, 2022
4c3b855
ci: fix passing env var
Michaelvsk Jun 29, 2022
efabf9a
ci: test passing env vars
Michaelvsk Jun 29, 2022
46952da
test
Michaelvsk Jun 29, 2022
4ad2e8b
test
Michaelvsk Jun 29, 2022
07c34da
ci: fix passing version
Michaelvsk Jun 29, 2022
6099b44
ci: fix passing version into sonar cloud
Michaelvsk Jun 29, 2022
36b83a3
ci: fix passing version
Michaelvsk Jun 29, 2022
99bfd9c
ci: add release workflow
Michaelvsk Jun 30, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ci: use linux style path forward slashes
Michaelvsk committed Jun 28, 2022
commit d4f079a0183c468373b80630b5f69f32aa91c5c7
2 changes: 1 addition & 1 deletion .github/workflows/build-pr.yaml
Original file line number Diff line number Diff line change
@@ -77,7 +77,7 @@ jobs:
if: steps.cache-sonar-scanner.outputs.cache-hit != 'true'
run: |
New-Item -Path .\.sonar\scanner -ItemType Directory
dotnet tool update dotnet-sonarscanner --tool-path .\.sonar\scanner
dotnet tool update dotnet-sonarscanner --tool-path ./.sonar/scanner
# Build Project