Skip to content

Commit 6472f2c

Browse files
author
Erik Gassler
committed
fix bad exe ref
1 parent 6118a2e commit 6472f2c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure-pipelines.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ stages:
114114
- task: PowerShell@2
115115
displayName: 'Publish Sample Website'
116116
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'
117+
targetType: inline
118+
script: 'dotnet publish $(System.DefaultWorkingDirectory)/$(webAppName)/$(webAppName).csproj --configuration $(buildConfiguration) --no-restore --no-build --self-contained true /p:LinkDuringPublish=false'
118119
- task: PowerShell@2
119120
displayName: 'Update Index.html file'
120121
inputs:

0 commit comments

Comments
 (0)