mirror of
https://github.com/wiz0u/WTelegramClient.git
synced 2025-12-06 06:52:01 +01:00
yml
This commit is contained in:
parent
6f8c964f60
commit
fb8d694886
2
.github/dev.yml
vendored
2
.github/dev.yml
vendored
|
|
@ -9,7 +9,7 @@ pool:
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
buildConfiguration: 'Release'
|
buildConfiguration: 'Release'
|
||||||
releaseNotes: $[replace(variables['Build_SourceVersionMessage'], '"', '″')]
|
releaseNotes: ${{ replace(variables['Build_SourceVersionMessage'], '"', '″') }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- task: UseDotNet@2
|
- task: UseDotNet@2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue