-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #833 from dsyme/i1
integrate visualfsharp master and bump version to 17.0.1
- Loading branch information
Showing
74 changed files
with
2,199 additions
and
1,192 deletions.
There are no files selected for viewing
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
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
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
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
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,29 @@ | ||
<Project> | ||
|
||
<!-- | ||
This is for the internal orchestrated build scenarios and will likely never be run on a | ||
developer's machine. The official build definition builds this file directly. | ||
--> | ||
|
||
<PropertyGroup> | ||
<FeedTasksPackage>Microsoft.DotNet.Build.Tasks.Feed</FeedTasksPackage> | ||
<!-- This version should be kept in sync with `packages.config` --> | ||
<FeedTasksPackageVersion>1.0.0-prerelease-02121-01</FeedTasksPackageVersion> | ||
</PropertyGroup> | ||
|
||
<Import Project="$(MSBuildThisFileDirectory)packages\$(FeedTasksPackage).$(FeedTasksPackageVersion)\build\$(FeedTasksPackage).targets" /> | ||
|
||
<ItemGroup> | ||
<ItemsToPush Include="$(MSBuildThisFileDirectory)artifacts\**\*.nupkg" /> | ||
</ItemGroup> | ||
|
||
<Target Name="Build"> | ||
<PushToBlobFeed ExpectedFeedUrl="$(ExpectedFeedUrl)" | ||
AccountKey="$(AccountKey)" | ||
ItemsToPush="@(ItemsToPush)" | ||
Overwrite="$(PublishOverwrite)" /> | ||
</Target> | ||
|
||
</Project> |
Oops, something went wrong.