File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ jobs:
23
23
include-prerelease : true
24
24
25
25
- name : Build with dotnet
26
- run : dotnet build src/Chirp.SimpleDB/ --configuration Release
26
+ run : dotnet build --configuration Release
27
27
28
28
- name : dotnet publish
29
- run : dotnet publish src/Chirp.SimpleDB/ -c Release -o ${{env.DOTNET_ROOT}}/myapp
29
+ run : dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/myapp
30
30
31
31
- name : Upload artifact for deployment job
32
32
uses : actions/upload-artifact@v2
53
53
with :
54
54
app-name : ' bdsagroup3chirpremotedb'
55
55
slot-name : ' Production'
56
- publish-profile : ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_E56255FCEED84768B5DDF7B0A42B10FC }}
56
+ publish-profile : ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_735FC0BF9C604D6D891DF8D5723C66F0 }}
57
57
package : .
You can’t perform that action at this time.
0 commit comments