Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines (#108)
Browse files Browse the repository at this point in the history
* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines
  • Loading branch information
JensKrumsieck committed Oct 16, 2023
1 parent 605260a commit 3de4486
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pool:

variables:
solution: '**/*.sln'
buildPlatform: 'Any CPU'
buildPlatform: 'x64'
buildConfiguration: 'Release'

steps:
Expand All @@ -26,9 +26,21 @@ steps:
solution: '$(solution)'
platform: '$(buildPlatform)'
configuration: '$(buildConfiguration)'
msbuildArchitecture: 'x64'

- task: VSTest@2
inputs:
platform: '$(buildPlatform)'
configuration: '$(buildConfiguration)'

- task: DotNetCoreCLI@2
inputs:
command: 'publish'
publishWebProjects: false
projects: '**/*.csproj'

- task: PublishPipelineArtifact@1
inputs:
targetPath: '$(Build.SourcesDirectory)'
artifact: 'drop'
publishLocation: 'pipeline'

1 comment on commit 3de4486

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for porphystruct ready!

✅ Preview
https://porphystruct-e9akswlfj-jenskrumsieck.vercel.app

Built with commit 3de4486.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.