Building with Github Actions

This commit is contained in:
Wizou 2025-03-03 02:02:06 +01:00
parent b626c6c644
commit e67a688baa
7 changed files with 122 additions and 9 deletions

9
.github/dev.yml vendored
View file

@ -1,7 +1,11 @@
pr: none
trigger: [ master ]
trigger:
branches:
include: [ master ]
paths:
exclude: [ '.github', '*.md', 'Examples' ]
name: 4.3.1-dev.$(Rev:r)
name: 4.3.2-dev.$(Rev:r)
pool:
vmImage: ubuntu-latest
@ -57,4 +61,3 @@ stages:
"message": "{ \"commitId\": \"$(Build.SourceVersion)\", \"buildNumber\": \"$(Build.BuildNumber)\", \"teamProjectName\": \"$(System.TeamProject)\", \"commitMessage\": \"$(Release_Notes)\" }"
}
waitForCompletion: 'false'