mirror of
https://github.com/wiz0u/WTelegramClient.git
synced 2026-04-04 22:17:43 +00:00
API Layer 164: Stories in channel, boosts, more stories stuff...
This commit is contained in:
parent
e7be5ac36f
commit
392793b390
7 changed files with 359 additions and 173 deletions
2
.github/dev.yml
vendored
2
.github/dev.yml
vendored
|
|
@ -2,7 +2,7 @@
|
|||
trigger:
|
||||
- master
|
||||
|
||||
name: 3.5.5-dev.$(Rev:r)
|
||||
name: 3.5.6-dev.$(Rev:r)
|
||||
|
||||
pool:
|
||||
vmImage: ubuntu-latest
|
||||
|
|
|
|||
4
.github/release.yml
vendored
4
.github/release.yml
vendored
|
|
@ -25,15 +25,13 @@ stages:
|
|||
includePreviewVersions: true
|
||||
|
||||
- task: DotNetCoreCLI@2
|
||||
env:
|
||||
ReleaseNotes: $[replace($(releaseNotes), '"', '''''')]
|
||||
inputs:
|
||||
command: 'pack'
|
||||
packagesToPack: '**/*.csproj'
|
||||
includesymbols: true
|
||||
versioningScheme: 'byEnvVar'
|
||||
versionEnvVar: 'Build.BuildNumber'
|
||||
buildProperties: 'NoWarn="0419;1573;1591";ContinuousIntegrationBuild=true;Version=$(Build.BuildNumber);ReleaseNotes="$ReleaseNotes"'
|
||||
buildProperties: 'NoWarn="0419;1573;1591";ContinuousIntegrationBuild=true;Version=$(Build.BuildNumber);ReleaseNotes="$[replace($(releaseNotes), '"', '''''')]"'
|
||||
|
||||
- task: NuGetCommand@2
|
||||
inputs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue