We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab8e602 commit 45ce2bfCopy full SHA for 45ce2bf
azure-pipelines.yml
@@ -10,7 +10,7 @@ pool:
10
vmImage: 'windows-latest'
11
12
variables:
13
- solution: '**/*.sln'
+ solution: '**/FluentMigrator.sln'
14
buildPlatform: 'Any CPU'
15
buildConfiguration: 'Release'
16
@@ -24,7 +24,6 @@ steps:
24
- task: VSBuild@1
25
inputs:
26
solution: '$(solution)'
27
- msbuildArgs: '/p:DeployOnBuild=true /p:WebPublishMethod=Package /p:PackageAsSingleFile=true /p:SkipInvalidConfigurations=true /p:DesktopBuildPackageLocation="$(build.artifactStagingDirectory)\WebApp.zip" /p:DeployIisAppPath="Default Web Site"'
28
platform: '$(buildPlatform)'
29
configuration: '$(buildConfiguration)'
30
0 commit comments