Skip to content

Commit

Permalink
Removed build folder. Moving yaml files to follow guidelines.
Browse files Browse the repository at this point in the history
  • Loading branch information
MiYanni committed Apr 5, 2019
1 parent e979120 commit 6dabeb4
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion Repo.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<RepoSrc>$(RepoRoot)src/</RepoSrc>
<RepoArtifacts>$(RepoRoot)artifacts/</RepoArtifacts>
<RepoTools>$(RepoRoot)tools/</RepoTools>
<RepoBuild>$(RepoRoot)build/</RepoBuild>
</PropertyGroup>

</Project>
2 changes: 1 addition & 1 deletion build.proj
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
<MakeDir Directories="$(PackageDirectory)" />

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

<!-- Build and create package content -->
<Exec Command="dotnet --version" />
Expand Down
File renamed without changes.

0 comments on commit 6dabeb4

Please sign in to comment.