diff --git a/.paket/paket.bootstrapper.exe b/.paket/paket.bootstrapper.exe deleted file mode 100644 index 5868a34..0000000 Binary files a/.paket/paket.bootstrapper.exe and /dev/null differ diff --git a/azure-pipelines.yml b/azure-pipelines.yml index bea983b..c24d7cf 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -9,23 +9,8 @@ trigger: pool: vmImage: 'windows-latest' -variables: - solution: '**/*.sln' - buildPlatform: 'Any CPU' - buildConfiguration: 'Release' - -steps: -- task: PaketRestore@0 - inputs: - PaketPath: '.paket' - - task: FAKE5@1 inputs: FakeVersion: '5.4.1' FakeScript: 'build.fsx' ScriptArguments: 'build' - -- task: VSTest@2 - inputs: - platform: '$(buildPlatform)' - configuration: '$(buildConfiguration)'