File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed
ResourceGraph/ResourceGraph Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 5
5
</PropertyGroup >
6
6
7
7
<Import Project =" $(MSBuildThisFileDirectory)..\..\Az.props" />
8
+ <Import Project =" $(MSBuildThisFileDirectory)..\..\psm1.props" />
8
9
9
10
<PropertyGroup >
10
11
<RootNamespace >$(LegacyAssemblyPrefix)$(PsModuleName)</RootNamespace >
Original file line number Diff line number Diff line change 5
5
</PropertyGroup >
6
6
7
7
<Import Project =" $(MSBuildThisFileDirectory)..\..\Az.props" />
8
+ <Import Project =" $(MSBuildThisFileDirectory)..\..\psm1.props" />
8
9
9
10
<PropertyGroup >
10
11
<RootNamespace >$(LegacyAssemblyPrefix)$(PsModuleName)</RootNamespace >
Original file line number Diff line number Diff line change 5
5
</PropertyGroup >
6
6
7
7
<Import Project =" $(MSBuildThisFileDirectory)..\..\Az.props" />
8
+ <Import Project =" $(MSBuildThisFileDirectory)..\..\psm1.props" />
8
9
9
10
<PropertyGroup >
10
11
<RootNamespace >$(LegacyAssemblyPrefix)WebApps</RootNamespace >
Original file line number Diff line number Diff line change
1
+ <Project >
2
+ <Target Name =" AddAccountsPsm1Dependency" AfterTargets =" Build" Condition =" '$(Configuration)' == 'Debug'" >
3
+ <Exec Command =" pwsh -NonInteractive -NoLogo -NoProfile -Command " . '$(OutDir)../../../tools/AddModulePsm1Dependency.ps1' -ModuleFolder '$(OutDir)' -IgnorePwshVersion " " />
4
+ </Target >
5
+ </Project >
You can’t perform that action at this time.
0 commit comments