Using a source generator to make the library compatible with NativeAOT trimming.

This commit is contained in:
Wizou 2024-03-28 12:31:06 +01:00
parent 3918e68945
commit 270a7d89e6
2 changed files with 2 additions and 2 deletions

2
.github/dev.yml vendored
View file

@ -25,7 +25,7 @@ stages:
- task: DotNetCoreCLI@2
inputs:
command: 'pack'
packagesToPack: '**/*.csproj'
packagesToPack: 'src/WTelegramClient.csproj'
includesymbols: true
versioningScheme: 'byEnvVar'
versionEnvVar: 'Build.BuildNumber'

2
.github/release.yml vendored
View file

@ -28,7 +28,7 @@ stages:
- task: DotNetCoreCLI@2
inputs:
command: 'pack'
packagesToPack: '**/*.csproj'
packagesToPack: 'src/WTelegramClient.csproj'
includesymbols: true
versioningScheme: 'byEnvVar'
versionEnvVar: 'Build.BuildNumber'