Skip to content

Commit 7b17d0d

Browse files
committedDec 17, 2018
Made the module output folder be 'artifacts' at the repo root. Updated all references to src/Package/<CONFIG>/ResourceManager/AzureResourceManager/ that I could find. Removed legacy/unused files or logic that used this old output pathing.
1 parent 68966fa commit 7b17d0d

File tree

139 files changed

+296
-1844
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+296
-1844
lines changed
 

‎.dockerignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
**/*
33

44
# Include the build.
5-
!src/Package/Release/ResourceManager/**/*
6-
!src/Package/Debug/ResourceManager/**/*
5+
!artifacts/Release/**/*
6+
!artifacts/Debug/**/*
77
!tools/InstallationTests/NetcoreTests/**/*

‎.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Azure PowerShell specific
22
src/Publish/
3-
src/Package/
3+
artifacts/
44
src/Stack/
55
src/local-artifacts/*
66
/tools/AzureRM/AzureRM.psm1

0 commit comments

Comments
 (0)