forked from Azure/azure-powershell
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move ComputeSchedule to main (Azure#26912)
- Loading branch information
1 parent
c860c84
commit e6dcb6f
Showing
385 changed files
with
78,308 additions
and
0 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
src/ComputeSchedule/ComputeSchedule.AutoRest/Az.ComputeSchedule.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<PsModuleName>ComputeSchedule</PsModuleName> | ||
<PsRootModuleName>ComputeSchedule</PsRootModuleName> | ||
<PsModuleFolder>ComputeSchedule.AutoRest</PsModuleFolder> | ||
</PropertyGroup> | ||
|
||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.autorest.props" /> | ||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.Post.props" /> | ||
</Project> |
Oops, something went wrong.