Skip to content

Commit

Permalink
Merge pull request #67 from mspnp/dev
Browse files Browse the repository at this point in the history
v4.0.0
  • Loading branch information
BryanSoltis authored Jan 10, 2024
2 parents e688d15 + 994dcf3 commit 7f35866
Show file tree
Hide file tree
Showing 68 changed files with 1,207 additions and 954 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ name: Azure Naming Tool - Build and deploy to an Azure Web App

env:
AZURE_WEBAPP_PACKAGE_PATH: '.' # set this to the path to your web app project, defaults to the repository root
DOTNET_VERSION: '7.0.x' # set this to the .NET Core version to use
DOTNET_VERSION: '8.0.x' # set this to the .NET Core version to use

on:
push:
Expand Down
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
################################################################################
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
################################################################################

/src/obj
/src/Properties/PublishProfiles
/src/Properties/ServiceDependencies/azurenamingtool-dev - Zip Deploy
/src/.vs
/src/bin
7 changes: 6 additions & 1 deletion src/.dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,9 @@
**/secrets.dev.yaml
**/values.dev.yaml
LICENSE
README.md
README.md
!**/.gitignore
!.git/HEAD
!.git/config
!.git/packed-refs
!.git/refs/heads/**
63 changes: 0 additions & 63 deletions src/.gitattributes

This file was deleted.

Loading

0 comments on commit 7f35866

Please sign in to comment.