We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6118a2e commit 6472f2cCopy full SHA for 6472f2c
azure-pipelines.yml
@@ -114,7 +114,8 @@ stages:
114
- task: PowerShell@2
115
displayName: 'Publish Sample Website'
116
inputs:
117
- script: 'C:\hostedtoolcache\windows\dotnet\dotnet.exe publish $(System.DefaultWorkingDirectory)/$(webAppName)/$(webAppName).csproj --configuration $(buildConfiguration) --no-restore --no-build --self-contained true /p:LinkDuringPublish=false'
+ targetType: inline
118
+ script: 'dotnet publish $(System.DefaultWorkingDirectory)/$(webAppName)/$(webAppName).csproj --configuration $(buildConfiguration) --no-restore --no-build --self-contained true /p:LinkDuringPublish=false'
119
120
displayName: 'Update Index.html file'
121
0 commit comments