You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ItemGroupCondition="$(CurrentProject) == 'UWPBaselineWinUI' or $(CurrentProject) == 'Microsoft.Toolkit.Uwp.UI.Controls.Layout'">
114
114
<PackageReferenceInclude="Microsoft.UI.Xaml">
115
115
<Version>2.4.3</Version>
116
116
</PackageReference>
117
117
</ItemGroup>
118
-
<ItemGroupCondition="'$(CurrentProject)' != '' and '$(CurrentProject)' != 'UWPBaseline' and '$(NuGetPackageVersion)' != 'To Fill In With Local Version Number'">
118
+
<ItemGroupCondition="'$(CurrentProject)' != '' and '$(CurrentProject)' != 'UWPBaseline' and '$(CurrentProject)' != 'UWPBaselineWinUI' and '$(NuGetPackageVersion)' != 'To Fill In With Local Version Number'">
<ErrorCondition="'@(ToolkitNuget)' == '' and $(CurrentProject) != 'UWPBaseline'"Text="NuGet $(CurrentProject).[SEMVER].nupkg doesn't exist!"/>
131
-
<ErrorCondition="'$(CurrentProject)' != 'UWPBaseline' and '$(NuGetPackageVersion)' == 'To Fill In With Local Version Number'"Text="Please set NuGetPackageVersion at the top of SmokeTest.csproj with the version to smoke test locally."/>
130
+
<ErrorCondition="'@(ToolkitNuget)' == '' and $(CurrentProject) != 'UWPBaseline' and '$(CurrentProject)' != 'UWPBaselineWinUI'"Text="NuGet $(CurrentProject).[SEMVER].nupkg doesn't exist!"/>
131
+
<ErrorCondition="'$(CurrentProject)' != 'UWPBaseline' and '$(CurrentProject)' != 'UWPBaselineWinUI' and '$(NuGetPackageVersion)' == 'To Fill In With Local Version Number'"Text="Please set NuGetPackageVersion at the top of SmokeTest.csproj with the version to smoke test locally."/>
0 commit comments