diff --git a/.ci/azure-pipelines.yml b/.ci/azure-pipelines.yml new file mode 100644 index 0000000..dd76e9c --- /dev/null +++ b/.ci/azure-pipelines.yml @@ -0,0 +1,40 @@ +name: $(Build.SourceBranchName)-$(Build.SourceVersion)-$(Rev:r) + +trigger: + - master + - refs/tags/* + +pr: + - master + +resources: + repositories: + - repository: internal-templates + type: github + name: xamarin/yaml-templates + endpoint: xamarin + - repository: components + type: github + name: xamarin/XamarinComponents + endpoint: xamarin + +jobs: + - template: .ci/build.yml@components + parameters: + publishJob: windows + buildType: none + areaPath: 'DevDiv\Xamarin SDK' + linuxImage: '' # skip linux builds + skipValidation: true + steps: + - task: MSBuild@1 + displayName: msbuild LineEditor.sln + inputs: + solution: LineEditor.sln + configuration: Release + msbuildArguments: /restore /t:Pack /p:PackageOutputPath=$(Build.SourcesDirectory)/output + + - ${{ if eq(variables['System.TeamProject'], 'devdiv') }}: + - template: sign-artifacts/jobs/v1.yml@internal-templates + parameters: + dependsOn: [ 'build' ] diff --git a/LineEditor/LineEditor.csproj b/LineEditor/LineEditor.csproj index 4db6f27..14ef007 100644 --- a/LineEditor/LineEditor.csproj +++ b/LineEditor/LineEditor.csproj @@ -14,23 +14,15 @@ Mono.Terminal - LineEdit, GetLine Interactive Command Line Editor false + $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb + True + snupkg bin\Debug\netstandard2.0\LineEditor.xml - bin\Release\netstandard2.0\LineEditor.xml - - - - - - - - - -