mirror of
https://github.com/wiz0u/WTelegramClient.git
synced 2026-04-05 14:35:43 +00:00
precision on tg://user?id=
This commit is contained in:
parent
e615f83db6
commit
8d8465fa64
5 changed files with 5 additions and 4 deletions
32
.github/dev.yml
vendored
Normal file
32
.github/dev.yml
vendored
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
pr: none
|
||||
trigger:
|
||||
- master
|
||||
|
||||
name: 1.6.1-dev.$(Rev:r)
|
||||
|
||||
pool:
|
||||
vmImage: ubuntu-latest
|
||||
|
||||
variables:
|
||||
buildConfiguration: 'Release'
|
||||
|
||||
steps:
|
||||
- task: DotNetCoreCLI@2
|
||||
inputs:
|
||||
command: 'pack'
|
||||
packagesToPack: '**/*.csproj'
|
||||
includesymbols: true
|
||||
versioningScheme: 'byEnvVar'
|
||||
versionEnvVar: 'Build.BuildNumber'
|
||||
buildProperties: 'NoWarn="0419;1573;1591";Version=$(Build.BuildNumber);ContinuousIntegrationBuild=true'
|
||||
# buildProperties: 'NoWarn="0419;1573;1591";AllowedOutputExtensionsInPackageBuildOutputFolder=".dll;.xml;.pdb"'
|
||||
|
||||
- task: NuGetCommand@2
|
||||
inputs:
|
||||
command: 'push'
|
||||
packagesToPush: '$(Build.ArtifactStagingDirectory)/**/*.*upkg'
|
||||
publishPackageMetadata: true
|
||||
nuGetFeedType: 'internal'
|
||||
publishVstsFeed: 'WTelegramClient/WTelegramClient'
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue