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 25
25
- name : Build
26
26
run : dotnet build src/PullRequestQuantifier.Feedback.Service/PullRequestQuantifier.Feedback.Service.csproj --configuration Release --no-restore
27
27
- 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"
29
29
- name : Deploy to Azure Web App
30
30
uses : azure/webapps-deploy@v2
31
31
with :
Original file line number Diff line number Diff line change 25
25
- name : Build
26
26
run : dotnet build src/Clients/PullRequestQuantifier.GitHub.Client/PullRequestQuantifier.GitHub.Client.csproj --configuration Release --no-restore
27
27
- 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"
29
29
- name : Deploy to Azure Web App
30
30
if : github.ref == 'refs/heads/main'
31
31
uses : azure/webapps-deploy@v2
Original file line number Diff line number Diff line change 25
25
- name : Build
26
26
run : dotnet build src/PullRequestQuantifier.Repository.Service/PullRequestQuantifier.Repository.Service.csproj --configuration Release --no-restore
27
27
- 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"
29
29
- name : Deploy to Azure Web App
30
30
uses : azure/webapps-deploy@v2
31
31
with :
Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ jobs:
26
26
- name : Build
27
27
28
28
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
31
31
- name : dotnet publish linux-x64
32
32
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
35
35
- name : dotnet publish vsix
36
36
run : dotnet publish src/Clients/PullRequestQuantifier.VsCode.Client/PullRequestQuantifier.VsCode.Client.csproj --configuration Release --self-contained false -p:PackageVsix=true
37
37
- name : Upload release artifacts
You can’t perform that action at this time.
0 commit comments