Skip to content

Commit 80e0308

Browse files
committed
Windows build RID splitting
1 parent 76ef7e9 commit 80e0308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Build.Windows.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function Create-ArtifactDir
3838

3939
function Publish-Archives($version)
4040
{
41-
$rids = $([xml](Get-Content .\src\SeqCli\SeqCli.csproj)).Project.PropertyGroup.RuntimeIdentifiers[0].Split(';')
41+
$rids = $([xml](Get-Content .\src\SeqCli\SeqCli.csproj)).Project.PropertyGroup.RuntimeIdentifiers.Split(';')
4242
foreach ($rid in $rids) {
4343
$tfm = $framework
4444

0 commit comments

Comments
 (0)