diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index 7181cdd8..00000000 --- a/appveyor.yml +++ /dev/null @@ -1,38 +0,0 @@ -image: Visual Studio 2022 - -environment: - CODECOV_TOKEN: - secure: 0+OuO95Z7FZExfGTKWEm6scrC7/ZmmCFdgzkPzTr4x3qLzs+4D+peS3ADx73Styo - -version: '{build}' - -configuration: Release - -build_script: - - ps: ./build/build.ps1 - -test: off - -artifacts: - - path: artifacts/Serilog.*.*nupkg - name: NuGet - type: NuGetPackage - -deploy: - - provider: GitHub - tag: ${APPVEYOR_REPO_TAG_NAME} - release: Release ${APPVEYOR_REPO_TAG_NAME} - description: TODO - auth_token: - secure: 2vpeyFd0qviswr3A0GfM7kVn0byuTAyN2CSAy+WtnT5PRvAG5uQu9IDeG2ikOo97 - artifact: NuGet - draft: true - on: - APPVEYOR_REPO_TAG: true - - provider: NuGet - api_key: - secure: rgk0wGra4vfgFPaHVx+TZelydrrsMNXuOYjK2C1JisFFru8fVhW15XY84Pk3uyXq - symbol_server: https://www.nuget.org - skip_symbols: false - on: - APPVEYOR_REPO_TAG: true