diff --git a/Directory.Build.props b/Directory.Build.props index 281943e..8c145e5 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -17,6 +17,6 @@ true net9.0-windows - 3.1.1 + 3.1.2 diff --git a/appveyor.yml b/appveyor.yml index 7ba0a43..cd83658 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,65 +1,65 @@ -#---------------------------------# -# general configuration # -#---------------------------------# - -# version format -version: 3.1.1.{build} - -# version suffix, if any (e.g. '-RC1', '-beta' otherwise '') -environment: - version_suffix: '' - -#---------------------------------# -# environment configuration # -#---------------------------------# - -nuget: - disable_publish_on_pr: true - -# Build worker image (VM template) -image: Visual Studio 2022 - -# enable patching of Directory.Build.props -dotnet_csproj: - patch: true - file: '**\*.props' - version: '{version}' - assembly_version: '{version}' - file_version: '{version}' - informational_version: '{version}$(version_suffix)' - package_version: '{version}$(version_suffix)' - -#---------------------------------# -# build configuration # -#---------------------------------# - -# scripts to run before build -before_build: -- ps: nuget restore .\GitExtensions.GerritPlugin.sln -Verbosity quiet - -# build configuration -configuration: Release - -build: - # enable MSBuild parallel builds - parallel: true - # MSBuild verbosity level - verbosity: quiet - -#---------------------------------# -# artifacts configuration # -#---------------------------------# - -artifacts: -- path: '**\GitExtensions.GerritPlugin.*.nupkg' - name: NuGet - -deploy: -- provider: NuGet - name: production - artifact: /GitExtensions.GerritPlugin.*\.nupkg/ - api_key: - secure: IlLI/MbhdzmXF/WB2G84zYsDWePXJqHBWDb1zBPxxXvGgx0WRxzMZxuBsvCOcZvbPTRF+UcGp0d5/HT8xZUEjA== - skip_symbols: false - on: - appveyor_repo_tag: true +#---------------------------------# +# general configuration # +#---------------------------------# + +# version format +version: 3.1.2.{build} + +# version suffix, if any (e.g. '-RC1', '-beta' otherwise '') +environment: + version_suffix: '' + +#---------------------------------# +# environment configuration # +#---------------------------------# + +nuget: + disable_publish_on_pr: true + +# Build worker image (VM template) +image: Visual Studio 2022 + +# enable patching of Directory.Build.props +dotnet_csproj: + patch: true + file: '**\*.props' + version: '{version}' + assembly_version: '{version}' + file_version: '{version}' + informational_version: '{version}$(version_suffix)' + package_version: '{version}$(version_suffix)' + +#---------------------------------# +# build configuration # +#---------------------------------# + +# scripts to run before build +before_build: +- ps: nuget restore .\GitExtensions.GerritPlugin.sln -Verbosity quiet + +# build configuration +configuration: Release + +build: + # enable MSBuild parallel builds + parallel: true + # MSBuild verbosity level + verbosity: quiet + +#---------------------------------# +# artifacts configuration # +#---------------------------------# + +artifacts: +- path: '**\GitExtensions.GerritPlugin.*.nupkg' + name: NuGet + +deploy: +- provider: NuGet + name: production + artifact: /GitExtensions.GerritPlugin.*\.nupkg/ + api_key: + secure: Cu5mvoCI+zw9j2rAhznAyc+pqunWrR9EodrrLyufOGMF10YahzhvyQWfk72an+Fm + skip_symbols: false + on: + appveyor_repo_tag: true