mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 04:53:29 +01:00
skip duplicate nuget packages so that rebuilding doesn't fail in the future
This commit is contained in:
parent
98b3e1062a
commit
072685272d
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ Task("Push").WithCriteria(branch == "master" || branch == "release").IsDependent
|
||||||
ApiKey = EnvironmentVariable("BAGET")
|
ApiKey = EnvironmentVariable("BAGET")
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
settings.SkipDuplicate = true;
|
||||||
NuGetPush(GetFiles("**/*.nupkg"), settings);
|
NuGetPush(GetFiles("**/*.nupkg"), settings);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue