fix "dev.yml"

This commit is contained in:
Wizou 2023-11-26 23:53:58 +01:00
parent 5624eda8a0
commit 807ee0cc9a

2
.github/dev.yml vendored
View file

@ -58,7 +58,7 @@ stages:
\"commitId\": \"$(Build.SourceVersion)\", \"commitId\": \"$(Build.SourceVersion)\",
\"buildNumber\": \"$(Build.BuildNumber)\", \"buildNumber\": \"$(Build.BuildNumber)\",
\"teamProjectName\": \"$(System.TeamProject)\", \"teamProjectName\": \"$(System.TeamProject)\",
\"commitMessage\": \"$(Build.SourceVersionMessage)\" \"commitMessage\": \"$(Release_Notes)\"
}" }"
} }
waitForCompletion: 'false' waitForCompletion: 'false'