Skip to content

Commit

Permalink
Upgrade webapps-deploy to v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VoltanFr committed Oct 17, 2023
1 parent dccbda7 commit a048711
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master_memcheckfr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
# path: ${{env.WEBUI_PUBLISH_FOLDER}}

- name: "Deploy WebUI to MemCheck Azure Web App"
uses: azure/webapps-deploy@v2.2.10
uses: azure/webapps-deploy@v3.0.0
with:
app-name: '${{env.AZURE_WEBAPP_NAME}}'
slot-name: 'production'
Expand Down
2 changes: 1 addition & 1 deletion MemCheck.AzureFunctions/MemCheck.AzureFunctions.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AzureFunctionsVersion>v4</AzureFunctionsVersion>
<VersionPrefix>0.27.1</VersionPrefix>
<VersionPrefix>0.27.2</VersionPrefix>
<OutputType>Exe</OutputType>
</PropertyGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion MemCheck.WebUI/MemCheck.WebUI.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<VersionPrefix>0.181.0</VersionPrefix>
<VersionPrefix>0.181.1</VersionPrefix>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit a048711

Please sign in to comment.