Skip to content

Commit

Permalink
Merge pull request #355 from microsoft/pete-dev
Browse files Browse the repository at this point in the history
Pete dev
  • Loading branch information
Psychlist1972 authored Jun 30, 2024
2 parents 7f5f2e6 + e7a7f2e commit 4ce10f8
Show file tree
Hide file tree
Showing 771 changed files with 1,614 additions and 68,849 deletions.
16 changes: 16 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
##
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore

# binaries for staging builds
build/staging/app-sdk/*
build/dependencies/*.exe
build/dependencies/*.msi


# annoying that these solution-level nuget restores create folders at the root and not /packages
/src/user-tools/midi-console/Microsoft.Windows.Devices.Midi2.*/*
/samples/cpp-winrt/Microsoft.Windows.Devices.Midi2.*/*

# Dump files
*.etl
*.dmp
Expand All @@ -29,12 +39,17 @@ x64/
x86/
[Aa][Rr][Mm]/
[Aa][Rr][Mm]64/
[Aa][Rr][Mm]64[Ee][Cc]/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/
[Ll]ogs/

# WinRT Build results
*.winmd
*.pri

# Visual Studio 2015/2017 cache/options directory
.vs/
# Uncomment if you have tasks that create the project's static files in wwwroot
Expand Down Expand Up @@ -359,3 +374,4 @@ build/dependencies/winui/WindowsAppRuntimeInstall-x64.exe
build/dependencies/winui/WindowsAppRuntimeInstall-arm64.exe
*.zip
*.debugtarget
*.winmd
4 changes: 4 additions & 0 deletions .nuke/build.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,12 @@
"BuildAndPublishAll",
"BuildAppSdkRuntimeInstaller",
"BuildConsoleApp",
"BuildConsoleAppInstaller",
"BuildCppSamples",
"BuildServiceAndPlugins",
"BuildServiceAndPluginsInstaller",
"BuildSettingsApp",
"BuildUserToolsSharedComponents",
"Prerequisites"
]
}
Expand All @@ -86,10 +88,12 @@
"BuildAndPublishAll",
"BuildAppSdkRuntimeInstaller",
"BuildConsoleApp",
"BuildConsoleAppInstaller",
"BuildCppSamples",
"BuildServiceAndPlugins",
"BuildServiceAndPluginsInstaller",
"BuildSettingsApp",
"BuildUserToolsSharedComponents",
"Prerequisites"
]
}
Expand Down
213 changes: 193 additions & 20 deletions build/nuke_build/Build.cs

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified build/staging/app-sdk/Arm64EC/mididiag.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion build/staging/version/BundleInfo.wxi
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Include>
<?define SetupVersionName="Developer Preview 6 x64" ?>
<?define SetupVersionNumber="1.0.24173.1522" ?>
<?define SetupVersionNumber="1.0.24182.1741" ?>
</Include>

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 4ce10f8

Please sign in to comment.