diff --git a/PrismaDB-QueryAST.sln b/PrismaDB-QueryAST.sln index 7e99fab..b17124f 100644 --- a/PrismaDB-QueryAST.sln +++ b/PrismaDB-QueryAST.sln @@ -9,7 +9,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution ProjectSection(SolutionItems) = preProject .gitattributes = .gitattributes .gitignore = .gitignore - appveyor.yml = appveyor.yml Directory.Build.props = Directory.Build.props nuget.config = nuget.config README.md = README.md diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index fce6dfa..0000000 --- a/appveyor.yml +++ /dev/null @@ -1,27 +0,0 @@ -version: "0.3.2.{build}" - -dotnet_csproj: - patch: true - file: '**\*.csproj;**\*.props;' - version: '{version}' - -branches: - only: - - master - -skip_tags: true - -image: "Visual Studio 2019" - -configuration: Release - -nuget: - disable_publish_on_pr: true - -build: - publish_nuget: true - publish_nuget_symbols: true - verbosity: minimal - -before_build: - - nuget restore -verbosity quiet \ No newline at end of file