Skip to content

Commit

Permalink
Update deploy-azure-appservice.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolonsky committed Feb 4, 2022
1 parent 5335cc0 commit d396c15
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-azure-appservice.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: .NET Core

on:
push:
branches: [ master ]
release:
types: [published]

env:
AZURE_WEBAPP_NAME: intunedrivemapping
Expand All @@ -19,7 +19,7 @@ jobs:
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore /p:Version=1.8.0
run: dotnet build --configuration Release --no-restore /p:Version=${{ github.event.release.tag_name }}
- name: Test
run: dotnet test --no-restore --verbosity normal
- name: dotnet publish
Expand All @@ -30,4 +30,4 @@ jobs:
with:
app-name: ${{ env.AZURE_WEBAPP_NAME }}
publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}
package: './dotnetcorewebapp'
package: './dotnetcorewebapp'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Intune network drive mapping generator

[![Build Status](https://dev.azure.com/nicolonsky/ModernWorkplaceTools/_apis/build/status/IntuneDriveMapping?branchName=master)](https://dev.azure.com/nicolonsky/ModernWorkplaceTools/_build/latest?definitionId=14&branchName=master)
[![.NET Core](https://github.com/nicolonsky/IntuneDriveMapping/actions/workflows/deploy-azure-appservice.yml/badge.svg?branch=master)](https://github.com/nicolonsky/IntuneDriveMapping/actions/workflows/deploy-azure-appservice.yml)

* Generate Intune PowerShell scripts to map network drives on Azure AD joined devices
* Seamlessly migrate existing network drive mapping group policies
Expand Down

0 comments on commit d396c15

Please sign in to comment.