Skip to content

Commit 6dabeb4

Browse files
committed
Removed build folder. Moving yaml files to follow guidelines.
1 parent e979120 commit 6dabeb4

7 files changed

+1
-2
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Repo.props

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<RepoSrc>$(RepoRoot)src/</RepoSrc>
77
<RepoArtifacts>$(RepoRoot)artifacts/</RepoArtifacts>
88
<RepoTools>$(RepoRoot)tools/</RepoTools>
9-
<RepoBuild>$(RepoRoot)build/</RepoBuild>
109
</PropertyGroup>
1110

1211
</Project>

build.proj

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
<MakeDir Directories="$(PackageDirectory)" />
144144

145145
<!-- Copy appropriate targets -->
146-
<Copy SourceFiles="$(RepoBuild)after.Azure.PowerShell.sln.targets" DestinationFolder="$(RepoArtifacts)" />
146+
<Copy SourceFiles="$(RepoTools)after.Azure.PowerShell.sln.targets" DestinationFolder="$(RepoArtifacts)" />
147147

148148
<!-- Build and create package content -->
149149
<Exec Command="dotnet --version" />

0 commit comments

Comments
 (0)