File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2525 - name : Build
2626 run : dotnet build src/PullRequestQuantifier.Feedback.Service/PullRequestQuantifier.Feedback.Service.csproj --configuration Release --no-restore
2727 - name : dotnet publish
28- run : dotnet publish src/PullRequestQuantifier.Feedback.Service/PullRequestQuantifier.Feedback.Service.csproj -c Release -o ${{env.DOTNET_ROOT}}/pullrequestquantifierfeedback
28+ run : dotnet publish src/PullRequestQuantifier.Feedback.Service/PullRequestQuantifier.Feedback.Service.csproj -c Release -o " ${{env.DOTNET_ROOT}}/pullrequestquantifierfeedback"
2929 - name : Deploy to Azure Web App
3030 uses : azure/webapps-deploy@v2
3131 with :
Original file line number Diff line number Diff line change 2525 - name : Build
2626 run : dotnet build src/Clients/PullRequestQuantifier.GitHub.Client/PullRequestQuantifier.GitHub.Client.csproj --configuration Release --no-restore
2727 - name : dotnet publish
28- run : dotnet publish src/Clients/PullRequestQuantifier.GitHub.Client/PullRequestQuantifier.GitHub.Client.csproj -c Release -o ${{env.DOTNET_ROOT}}/pullrequestquantifiergithubclient
28+ run : dotnet publish src/Clients/PullRequestQuantifier.GitHub.Client/PullRequestQuantifier.GitHub.Client.csproj -c Release -o " ${{env.DOTNET_ROOT}}/pullrequestquantifiergithubclient"
2929 - name : Deploy to Azure Web App
3030 if : github.ref == 'refs/heads/main'
3131 uses : azure/webapps-deploy@v2
Original file line number Diff line number Diff line change 2525 - name : Build
2626 run : dotnet build src/PullRequestQuantifier.Repository.Service/PullRequestQuantifier.Repository.Service.csproj --configuration Release --no-restore
2727 - name : dotnet publish
28- run : dotnet publish src/PullRequestQuantifier.Repository.Service/PullRequestQuantifier.Repository.Service.csproj -c Release -o ${{env.DOTNET_ROOT}}/pullrequestquantifierreposervice
28+ run : dotnet publish src/PullRequestQuantifier.Repository.Service/PullRequestQuantifier.Repository.Service.csproj -c Release -o " ${{env.DOTNET_ROOT}}/pullrequestquantifierreposervice"
2929 - name : Deploy to Azure Web App
3030 uses : azure/webapps-deploy@v2
3131 with :
Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ jobs:
2626 - name : Build
2727
2828 run : dotnet build src/Clients/PullRequestQuantifier.VsCode.Client/PullRequestQuantifier.VsCode.Client.csproj --configuration Release --no-restore
29- - name : dotnet publish win10 -x64
30- run : dotnet publish src/Clients/PullRequestQuantifier.VsCode.Client/PullRequestQuantifier.VsCode.Client.csproj --configuration Release --self-contained false -r win10 -x64
29+ - name : dotnet publish win -x64
30+ run : dotnet publish src/Clients/PullRequestQuantifier.VsCode.Client/PullRequestQuantifier.VsCode.Client.csproj --configuration Release --self-contained false -r win -x64
3131 - name : dotnet publish linux-x64
3232 run : dotnet publish src/Clients/PullRequestQuantifier.VsCode.Client/PullRequestQuantifier.VsCode.Client.csproj --configuration Release --self-contained false -r linux-x64
33- - name : dotnet publish osx-x64
34- run : dotnet publish src/Clients/PullRequestQuantifier.VsCode.Client/PullRequestQuantifier.VsCode.Client.csproj --configuration Release --self-contained false -r osx-x64
33+ - name : dotnet publish osx-64
34+ run : dotnet publish src/Clients/PullRequestQuantifier.VsCode.Client/PullRequestQuantifier.VsCode.Client.csproj --configuration Release --self-contained false -r osx-64
3535 - name : dotnet publish vsix
3636 run : dotnet publish src/Clients/PullRequestQuantifier.VsCode.Client/PullRequestQuantifier.VsCode.Client.csproj --configuration Release --self-contained false -p:PackageVsix=true
3737 - name : Upload release artifacts
You can’t perform that action at this time.
0 commit comments